diff options
author | Shubham Saini <shubham6405@gmail.com> | 2019-12-05 14:46:27 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2019-12-05 14:46:27 +0000 |
commit | fc13fb4c0429fdeb4535aa823bdd4ca596b32665 (patch) | |
tree | fc2276949b7618359cc4e27b93cf7b051cde5cc6 /sxhkd | |
parent | 986b7be627d25a29ff2d7f2aae14d8de144d1d4d (diff) |
some changes
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index fcd8ad5..93ee2a4 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -1,9 +1,9 @@ | |||
1 | # wm independent hotkeys | 1 | # wm independent hotkeys |
2 | ## terminal emulator | 2 | ## terminal emulator |
3 | super + Return | 3 | super + Return |
4 | urxvt | 4 | urxvtc |
5 | super + shift + Return | 5 | super + shift + Return |
6 | bspc rule -a \* -o state=floating && urxvt | 6 | bspc rule -a \* -o state=floating && urxvtc |
7 | 7 | ||
8 | # program launcher | 8 | # program launcher |
9 | super + @space | 9 | super + @space |