aboutsummaryrefslogtreecommitdiff
path: root/i3wm/.i3
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-10-13 12:53:40 +0200
committerAdrian Kummerlaender2016-10-13 13:05:42 +0200
commit40a903f2f45537497becde12fa83d9085e627bdb (patch)
treee0cbeebf109cbd25a946ee3622966b089ed927e1 /i3wm/.i3
parentd7ca7ad3922137f4071ae070185ee094b05f98b0 (diff)
downloaddotfiles-40a903f2f45537497becde12fa83d9085e627bdb.tar
dotfiles-40a903f2f45537497becde12fa83d9085e627bdb.tar.gz
dotfiles-40a903f2f45537497becde12fa83d9085e627bdb.tar.bz2
dotfiles-40a903f2f45537497becde12fa83d9085e627bdb.tar.lz
dotfiles-40a903f2f45537497becde12fa83d9085e627bdb.tar.xz
dotfiles-40a903f2f45537497becde12fa83d9085e627bdb.tar.zst
dotfiles-40a903f2f45537497becde12fa83d9085e627bdb.zip
Add shortcut for clipboard capture to i3 config
Diffstat (limited to 'i3wm/.i3')
-rw-r--r--i3wm/.i3/config10
1 files changed, 6 insertions, 4 deletions
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