diff options
-rw-r--r-- | i3/.config/i3/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 3ccd367..7ace7a4 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -130,6 +130,13 @@ bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+q exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" +# Window switcher (requires rofi) +bindsym $mod+Tab exec --no-startup-id "rofi -show window" +bindsym $mod+Shift+d exec --no-startup-id "rofi -show drun" + +# Screenshot tool (requires flameshot) +bindsym Print exec --no-startup-id "flameshot gui" + # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode @@ -165,6 +172,7 @@ bindsym $mod+r mode "resize" exec --no-startup-id ~/.fehbg exec --no-startup-id xset -b exec --no-startup-id setxkbmap -option grp:alt_space_toggle "de(nodeadkeys),ru" +exec --no-startup-id dunst new_window pixel 4 gaps inner 10 |