diff options
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -1,4 +1,5 @@ exec /home/neodarz/.back.sh +exec evolution # This file has been auto-generated by i3-config-wiizard(1). # It will not be overwritten, so edit it as you like. # @@ -71,6 +72,23 @@ font pango:monospace 8 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod +# Sreen brightness controls +bindsym XF86MonBrightnessUp exec xbacklight -inc 1 # increase screen brightness +bindsym XF86MonBrightnessDown exec xbacklight -dec 1 # decrease screen brightness + +bindsym XF86AudioMute exec amixer set Master toggle + +bindsym XF86AudioLowerVolume exec amixer -q sset Master 1%- +bindsym XF86AudioRaiseVolume exec amixer -q sset Master 1%+ + +# Microphone control => amixer set Capture toggle +bindsym $mod+control+m exec amixer set Capture toggle + + +# CAPS & NUM status +bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks +bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks + # App bindsym --release $mod+o exec scrot ~/screenshots/%b\ %d-%H:%M:%S.png bindsym $mod+Shift+F1 exec terminator -x ranger @@ -81,7 +99,7 @@ bindsym $mod+Shift+F5 exec firefox bindsym $mod+Shift+F6 exec terminator -x vim bindsym $mod+Shift+F7 exec terminator -x ncmpcpp bindsym $mod+Shift+v move morkspace to output right - +bindsym $mod+control+l exec i3lock -g # start a terminal bindsym $mod+Return exec terminator @@ -205,5 +223,6 @@ bindsym $mod+r mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - status_command i3blocks + #status_command i3blocks + status_command python ~/.config/i3pystatus/conf.py } |