diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-05 07:23:29 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-05 07:23:29 -0400 |
commit | a7a8de0f4553de0e33617c070dc536268b144308 (patch) | |
tree | cb31c6e069553073ad022b409a6a9ae233a69326 /.config/sxhkd | |
parent | 727bf59d65e9fedb1ff1eacd65b794e84bd0b57a (diff) |
alias for make install & corrected dwm fullscreen
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index b09ba09..373c64e 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -39,7 +39,7 @@ super + {_,shift} m dwmc setlayoutex {3,4} ## Make window fullscreen super + f - dwmc togglefullscr + dwmc fullscreen ## Make current window floating super + shift + space dwmc togglefloating |