diff options
author | Adrian Kummerlaender | 2014-12-21 20:39:20 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2014-12-21 20:39:20 +0100 |
commit | 6ce9823f9ad4fc349d763be57d19e28cd0911243 (patch) | |
tree | 143a3039d288f275ff643af74261773b9fc539ba /i3wm/.i3/config | |
parent | 9279cfe0f1ecb53f1a1bd460fe174e904320ceaa (diff) | |
download | dotfiles-6ce9823f9ad4fc349d763be57d19e28cd0911243.tar dotfiles-6ce9823f9ad4fc349d763be57d19e28cd0911243.tar.gz dotfiles-6ce9823f9ad4fc349d763be57d19e28cd0911243.tar.bz2 dotfiles-6ce9823f9ad4fc349d763be57d19e28cd0911243.tar.lz dotfiles-6ce9823f9ad4fc349d763be57d19e28cd0911243.tar.xz dotfiles-6ce9823f9ad4fc349d763be57d19e28cd0911243.tar.zst dotfiles-6ce9823f9ad4fc349d763be57d19e28cd0911243.zip |
Implemented basic `i3` layout selector based on `dmenu`
* `apply_layout.sh` offers a `dmenu` selection of all files in `~/.i3/layout`
* the selected layout is applied to the current workspace via `i3-msg`
Diffstat (limited to 'i3wm/.i3/config')
-rw-r--r-- | i3wm/.i3/config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 49d457c..011ff39 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -116,10 +116,11 @@ for_window [class="^.*"] border pixel 2 bindsym $mod+Return exec urxvtc bindsym $alt+Return exec gvim -bindsym $mod+space exec --no-startup-id dmenu_run -fn 'Droid Sans Mono-11' -nb '#222222' -nf '#605c5a' -sb '#111111' -sf '#aadb0f' -bindsym $alt+space exec --no-startup-id passman submitform +bindsym $mod+space exec --no-startup-id dmenu_run -fn 'Droid Sans Mono-11' -nb '#222222' -nf '#605c5a' -sb '#111111' -sf '#aadb0f' +bindsym $alt+space exec --no-startup-id passman submitform +bindsym Control+space exec --no-startup-id ~/.i3/apply_layout.sh -bindsym control+Mod1+l exec --no-startup-id i3lock -c 000000 +bindsym Control+Mod1+l exec --no-startup-id i3lock -c 000000 bindsym Control+Mod1+m exec --no-startup-id ~/.screenlayout/mobile.sh bindsym Control+Mod1+d exec --no-startup-id ~/.screenlayout/docked.sh |