aboutsummaryrefslogtreecommitdiff
path: root/config/i3
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-07-01 14:58:39 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-07-07 13:29:59 -0600
commit799302b9050f6154e97656dadc406d7c4a7f167e (patch)
treeb1bae16bc07b9bcd0d724531fe32e4eaefbee9c7 /config/i3
parent528e336fd7af5f9fd30093e0d1fb8acf2bcb0e97 (diff)
downloaddotfiles-799302b9050f6154e97656dadc406d7c4a7f167e.tar.gz
dotfiles-799302b9050f6154e97656dadc406d7c4a7f167e.tar.xz
i3: update config i.e., "modernize" i3
There is clearly a lot more necessary for making i3 work "today". Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config/i3')
-rw-r--r--config/i3/i3/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/i3/i3/config b/config/i3/i3/config
index c71da9e0..b94532e5 100644
--- a/config/i3/i3/config
+++ b/config/i3/i3/config
@@ -8,15 +8,15 @@ font xft:DejaVu Sans Mono 10
floating_modifier $ALT
# start a terminal
-bindsym $ALT+Return exec terminator
+bindsym $ALT+Return exec alacritty
# start ranger
-bindsym $ALT+slash exec urxvt -e ranger
+bindsym $ALT+slash exec krusader
# kill focused window
bindsym $SUP+q kill
# start dmenu (a program launcher)
-bindsym $ALT+space exec dmenu_run
+bindsym $ALT+space exec rofi -show combi
# change focus
bindsym $SUP+h focus left