diff options
| author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-29 10:36:21 -0400 |
|---|---|---|
| committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-29 10:36:21 -0400 |
| commit | 2cb639b95fc4d7834a092adf37c9ebec90fe7193 (patch) | |
| tree | 71785091dbd341919dda5832a2ccceb0601185b6 /home-config/sway/config.d/scratch | |
| parent | update configs and virt packages (diff) | |
| download | dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.gz dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.bz2 dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.zip | |
update sway and waybar configuration, hanve around guix packages
Diffstat (limited to 'home-config/sway/config.d/scratch')
| -rw-r--r-- | home-config/sway/config.d/scratch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-config/sway/config.d/scratch b/home-config/sway/config.d/scratch index 4de2190..0337319 100644 --- a/home-config/sway/config.d/scratch +++ b/home-config/sway/config.d/scratch @@ -10,5 +10,5 @@ bindsym $mod+minus scratchpad show for_window [app_id="scratch_term"] move scratchpad, resize set 960 640 for_window [app_id="scratch_htop"] move scratchpad, resize set 960 640 -bindsym $mod+y exec ~/.config/sway/scratchpads.sh scratch_term zsh -bindsym $mod+h exec ~/.config/sway/scratchpads.sh scratch_htop htop +bindsym $mod+y exec ~/.config/sway/scripts.d/scratchpads.sh scratch_term zsh +bindsym $mod+h exec ~/.config/sway/scripts.d/scratchpads.sh scratch_htop htop |