diff options
-rw-r--r-- | .config/sxhkd/sxhkdrc | 6 | ||||
-rwxr-xr-x | .local/bin/sshchoose | 2 | ||||
-rw-r--r-- | .xinitrc | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index a3163f4..be0e7c0 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -32,13 +32,13 @@ super + q super + b dwmc togglebar ## Change layout to {tiling, monocle} -super + {_,shift} t +super + {_,shift} + t dwmc setlayoutex {0,2} ## Change layout to {grid, floating} -super + {_,shift} g +super + {_,shift} + g dwmc setlayoutex {5,1} ## Change layout to {centeredmaster, floatingcenteredmaster} -super + {_,shift} m +super + {_,shift} + m dwmc setlayoutex {3,4} ## Make window fullscreen super + f diff --git a/.local/bin/sshchoose b/.local/bin/sshchoose index 397d935..84c2b74 100755 --- a/.local/bin/sshchoose +++ b/.local/bin/sshchoose @@ -3,7 +3,7 @@ # user@host are stored in pass under the ssh/ directory available="$(pass ls ssh/ | sed '/^ssh$/d;s/.*─\s//' | sed 's/\x1b\[[0-9;]*m//g')" -choice="$(echo "$available" | dmenu -p " Choose session" | sed 's/\s//g')" +choice="$(echo "$available" | dmenu -p " Choose session: " | sed 's/\s//g')" addr="$(pass "ssh/$choice")" @@ -1,5 +1,4 @@ $XDG_CONFIG_HOME/startup/$(hostname) & -makewall & sxhkd & dunst & unclutter & |