diff options
| author | ottjk <joshott16@gmail.com> | 2024-08-23 16:46:45 -0400 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-08-23 16:46:45 -0400 |
| commit | 6c9b28b9594b7322a5c53d72fe9a21c7ad7b7d39 (patch) | |
| tree | a0148c396dcb8dbb128a4c924f3ab0eec09b26ac /sway | |
| parent | cf906f832b5cea3ccb09d3536fdc68daa0d37f64 (diff) | |
| download | dotfiles-6c9b28b9594b7322a5c53d72fe9a21c7ad7b7d39.tar.gz dotfiles-6c9b28b9594b7322a5c53d72fe9a21c7ad7b7d39.zip | |
bunch of changes
specific commit
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/config b/sway/config index 8172bf7..493407f 100644 --- a/sway/config +++ b/sway/config @@ -6,7 +6,7 @@ include catppuccin-macchiato exec --no-startup-id dex -ae sway -font pango:Font Awesome 10 +font pango:Fira Sans 10 ### Variables set $mod Mod4 @@ -179,7 +179,7 @@ bindsym $mod+b exec firefox bindsym $mod+x exec xournalpp # bindsym $mod+c exec "wezterm start --cwd ~/nextcloud/notebook/tex xch nvim" bindsym $mod+c exec "lectern open" -bindsym $mod+d exec "wezterm start --cwd ~/nextcloud/notebook/md xch nvim" +bindsym $mod+d exec "wezterm start --cwd ~/nextcloud/escritoire xch nvim" bindsym $mod+Shift+t exec "wezterm start --class 'float'" bindsym $mod+Shift+c exec "wezterm start --class 'numbat' numbat" bindsym $mod+Shift+g exec "feh -Z -F -B black /home/josh/Pictures/game.png" |