diff options
author | Adrian Kummerlaender | 2017-02-04 22:08:28 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2017-02-04 22:08:28 +0100 |
commit | 27c3cb4d500606871c92e451f3b766d88763148f (patch) | |
tree | 8a6cc7dba5584475c7e748faad9697f5ac73e9a2 /i3wm | |
parent | b5f7eef7ee6a428ad1709b9291f9ed6655d48da0 (diff) | |
download | dotfiles-27c3cb4d500606871c92e451f3b766d88763148f.tar dotfiles-27c3cb4d500606871c92e451f3b766d88763148f.tar.gz dotfiles-27c3cb4d500606871c92e451f3b766d88763148f.tar.bz2 dotfiles-27c3cb4d500606871c92e451f3b766d88763148f.tar.lz dotfiles-27c3cb4d500606871c92e451f3b766d88763148f.tar.xz dotfiles-27c3cb4d500606871c92e451f3b766d88763148f.tar.zst dotfiles-27c3cb4d500606871c92e451f3b766d88763148f.zip |
Add random bookmark command, mpd/client launcher script
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index ddb68b1..77f9073 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -24,7 +24,7 @@ bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout default -bindsym Control+s sticky toggle; exec --no-startup-id notify-send "sticky mode toggle." +bindsym Mod1+s sticky toggle, exec --no-startup-id notify-send "sticky mode toggle."; bindsym $mod+a focus parent bindsym $mod+d focus child @@ -142,6 +142,6 @@ exec --no-startup-id volumeicon exec --no-startup-id feh --bg-center ~/.background.jpg exec --no-startup-id gvim -geometry 120x35 --servername VIMWIKI -c ":set title titlestring=VimWiki" -c ":set autowriteall" -c ":set noswapfile" ~/wiki/0.wiki exec --no-startup-id zeal -exec --no-startup-id urxvtc -name DropDownTerm +exec --no-startup-id urxvt -name DropDownTerm exec --no-startup-id xautolock -time 5 -locker "i3lock -c 000000" exec --no-startup-id ~/.cabal/bin/arbtt-capture |