diff options
author | Adrian Kummerlaender | 2014-07-03 15:13:57 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-07-03 15:13:57 +0200 |
commit | 724368492f4ffe311f1ec3f426db4e8864411e6e (patch) | |
tree | 98d81bb1cd3d6be1fce6ea5b89c47327208af7e7 /i3wm/.i3/config | |
parent | bc4a17b977f4855852fa1eff12b18459be88fad0 (diff) | |
download | dotfiles-724368492f4ffe311f1ec3f426db4e8864411e6e.tar dotfiles-724368492f4ffe311f1ec3f426db4e8864411e6e.tar.gz dotfiles-724368492f4ffe311f1ec3f426db4e8864411e6e.tar.bz2 dotfiles-724368492f4ffe311f1ec3f426db4e8864411e6e.tar.lz dotfiles-724368492f4ffe311f1ec3f426db4e8864411e6e.tar.xz dotfiles-724368492f4ffe311f1ec3f426db4e8864411e6e.tar.zst dotfiles-724368492f4ffe311f1ec3f426db4e8864411e6e.zip |
Added screenlayout keybindings
* xrandr scripts are managed by arandr
Diffstat (limited to 'i3wm/.i3/config')
-rw-r--r-- | i3wm/.i3/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 5fd853c..bc5f0c7 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -120,7 +120,9 @@ bindsym $alt+space exec --no-startup-id passman submitform bindsym control+Mod1+l exec --no-startup-id i3lock -c 000000 -exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +bindsym Control+Mod1+m exec --no-startup-id ~/.screenlayout/mobile.sh +bindsym Control+Mod1+d exec --no-startup-id ~/.screenlayout/docked.sh + exec --no-startup-id urxvtd exec --no-startup-id nm-applet exec --no-startup-id feh --bg-center ~/.background.jpg |