From 40a903f2f45537497becde12fa83d9085e627bdb Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 13 Oct 2016 12:53:40 +0200 Subject: Add shortcut for clipboard capture to i3 config --- i3wm/.i3/config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'i3wm/.i3') diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 3b33592..a5cdbf5 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -102,6 +102,11 @@ client.unfocused #222222 #222222 #999999 client.urgent #a5a5a5 #a5a5a5 #2e3436 client.background #161616 +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 + bindsym Control+Return exec urxvtc -title "Chicken Scheme REPL" -e csi -q bindsym $mod+Return exec urxvtc bindsym $alt+Return exec gvim @@ -121,10 +126,7 @@ bindsym Control+Mod1+t exec --no-startup-id ~/.screenlayout/docked_tv_mode.sh 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 +bindsym $alt+n exec --no-startup-id sh -c "echo -e \$(xsel -o) '\n' >> ~/note/src/misc/inbox.wiki" exec --no-startup-id export $(gnome-keyring-daemon) exec --no-startup-id urxvtd -- cgit v1.2.3