diff --git a/.config/i3/conf.d/binds.conf b/.config/i3/conf.d/binds.conf index 89da5e3..acccf1a 100644 --- a/.config/i3/conf.d/binds.conf +++ b/.config/i3/conf.d/binds.conf @@ -22,3 +22,8 @@ bindsym Mod4+z exec i3lock -c 151515 -e -f bindsym Mod1+Up exec brightnessctl s 5\%+ bindsym Mod1+Down exec brightnessctl s 5\%- +# start rofi (a program launcher) +bindsym Mod4+d exec --no-startup-id "rofi -show run" +bindsym Mod4+Shift+d exec --no-startup-id "rofi -show window" +bindsym Mod1+Tab exec --no-startup-id "rofi -show window" +bindsym Mod4+ctrl+d exec rofi-pass diff --git a/.config/i3/config b/.config/i3/config index 32384c5..05ab67f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -39,12 +39,6 @@ floating_modifier Mod4 # kill focused window bindsym Mod4+Shift+q kill -# start rofi (a program launcher) -bindsym Mod4+d exec --no-startup-id "rofi -show run" -bindsym Mod4+Shift+d exec --no-startup-id "rofi -show window" -bindsym Mod1+Tab exec --no-startup-id "rofi -show window" -bindsym Mod4+ctrl+d exec rofi-pass - # change focus bindsym Mod4+$left focus left bindsym Mod4+$down focus down