diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-02-23 10:16:56 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-02-23 10:16:56 +0000 |
commit | c77858def67691eeed093b14120e3bf9455d8bfe (patch) | |
tree | d296d9cb68107b8da7493b49cebe2e07d14620d0 /sxhkd | |
parent | f6de4efc9c5041407cdba05893a8de8680961ed5 (diff) |
...
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 694eaea..63ca260 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 | urxvtc | 4 | alacritty |
5 | super + shift + Return | 5 | super + shift + Return |
6 | bspc rule -a \* -o state=floating && urxvtc | 6 | bspc rule -a \* -o state=floating && alacritty |
7 | 7 | ||
8 | # program launcher | 8 | # program launcher |
9 | super + @space | 9 | super + @space |