From e605a3f6c15488118ec63d4753b51a1df6a11323 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 12 Oct 2016 12:17:30 +0200 Subject: Add `dict` dictionary popup terminal to scratchpad --- i3wm/.i3/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i3wm/.i3') diff --git a/i3wm/.i3/config b/i3wm/.i3/config index feadbf1..3b33592 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -109,6 +109,7 @@ bindsym $alt+Return exec gvim bindsym $alt+space exec passman submitform bindsym Control+space exec ~/.i3/apply_layout.sh bindsym $mod+c exec = +bindsym $mod+m exec rofi_dict bindsym Print exec xfce4-screenshooter bindsym Mod1+l exec --no-startup-id i3lock -c 000000 @@ -121,6 +122,7 @@ bindsym $mod+n [title="^.*\.wiki \(~\/note.*\).*GVIM$"] scratchpad show bindsym $mod+z [title="^.*- Zeal$"] scratchpad show for_window [class="^.*"] border pixel 4 +for_window [title="^dictionary$"] floating enable for_window [title="^.*\.wiki \(~\/note.*\).*GVIM$"] border pixel 8; floating enable; move to scratchpad for_window [title="^.*- Zeal$"] border pixel 8; floating enable; move position 160px 46px; move to scratchpad -- cgit v1.2.3