From 3bc4ea2f2834e465f3a3ee6f0ed5d0b4dcc3af1d Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 16 Mar 2020 17:42:48 +0100 Subject: i3: add rofi/flameshot/dunst --- i3/.config/i3/config | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i3') 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 -- cgit v1.2.3