diff options
author | Camil Staps | 2016-04-03 14:34:04 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:08 +0100 |
commit | a11ea3b0f8c65799e0adba34a6eaaef22267446b (patch) | |
tree | 9e8b801bc83969117aff65baf8648a1bca3960b9 /i3.symlink/config | |
parent | Bindsyms for moving workspaces (diff) |
Using xmobar instead of i3bar/i3status
Diffstat (limited to 'i3.symlink/config')
-rw-r--r-- | i3.symlink/config | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/i3.symlink/config b/i3.symlink/config index 988c4e7..c658e43 100644 --- a/i3.symlink/config +++ b/i3.symlink/config @@ -4,8 +4,8 @@ floating_modifier $mod font pango:DejaVu Sans Mono 8 focus_follows_mouse no -# kill focused window -bindsym $mod+Shift+Q kill +# Bar +exec xmobar -d # Autolock exec xautolock -time 3 -locker 'i3lock -d' @@ -15,6 +15,9 @@ bindsym $mod+Control+Shift+l exec xautolock -locknow bindsym $mod+d exec dmenu_run bindsym $mod+p exec passmenu -i +# kill focused window +bindsym $mod+Shift+Q kill + # Programs bindsym $mod+Return exec uxterm bindsym $mod+Shift+v exec uxterm -e vim @@ -26,9 +29,9 @@ bindsym Shift+Print exec scrot -u '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' bindsym --release Control+Print exec scrot -s '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' bindsym XF86KbdBrightnessUp exec sudo -A ~/bin/kbdbacklight up bindsym XF86KbdBrightnessDown exec sudo -A ~/bin/kbdbacklight down -bindsym XF86AudioMute exec amixer sset Master toggle && kill -n 10 `pidof i3status` -bindsym XF86AudioRaiseVolume exec amixer sset Master 1%+ && kill -n 10 `pidof i3status` -bindsym XF86AudioLowerVolume exec amixer sset Master 1%- && kill -n 10 `pidof i3status` +bindsym XF86AudioMute exec amixer sset Master toggle +bindsym XF86AudioRaiseVolume exec amixer sset Master 1%+ +bindsym XF86AudioLowerVolume exec amixer sset Master 1%- bindsym $mod+F6 exec xbacklight -inc 5 -time 80 bindsym $mod+F5 exec xbacklight -dec 5 -time 80 @@ -110,8 +113,3 @@ mode "resize" { bindsym $mod+r mode "default" } -bar { - font pango:DejaVu Sans Mono, 9 - status_command i3status -} - |