diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-03-16 17:42:48 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-03-16 17:42:48 +0100 |
commit | 3bc4ea2f2834e465f3a3ee6f0ed5d0b4dcc3af1d (patch) | |
tree | abcdc09a07c168ac6264d95ec6d43bf73fd3d74b /i3 | |
parent | fe5c3dab744348b4c11fd8d56c67da8867a9df80 (diff) | |
download | dotfiles-3bc4ea2f2834e465f3a3ee6f0ed5d0b4dcc3af1d.tar.gz dotfiles-3bc4ea2f2834e465f3a3ee6f0ed5d0b4dcc3af1d.tar.bz2 dotfiles-3bc4ea2f2834e465f3a3ee6f0ed5d0b4dcc3af1d.zip |
i3: add rofi/flameshot/dunst
Diffstat (limited to 'i3')
-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 |