Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,16 @@ bindsym $mod+c exec chromium
bindsym $mod+t exec subl
bindsym $mod+y exec atom
bindsym $mod+Shift+s exec --no-startup-id "i3lock && systemctl suspend"
bindsym $mod+Shift+x exec --no-startup-id "gnome-screenshot -f tmp/fakeD.png && convert tmp/fakeD.png -channel RGBA -blur 0x4 tmp/fakeD.png && i3lock -i tmp/fakeD.png -n"
bindsym $mod+Shift+x exec --no-startup-id "gnome-screenshot -f /tmp/fakeD.png && convert /tmp/fakeD.png -channel RGBA -blur 0x4 /tmp/fakeD.png && i3lock -i /tmp/fakeD.png -n"
bindsym $mod+F9 exec amixer -q set Master toggle
bindsym $mod+F10 exec amixer -q set Master 1%- unmute
bindsym $mod+F11 exec amixer -q set Master 1%+ unmute
bindsym $mod+F10 exec amixer -q set Master 7%- unmute
bindsym $mod+F11 exec amixer -q set Master 7%+ unmute

bindsym XF86AudioLowerVolume exec amixer -q set Master 1%- unmute
bindsym XF86AudioRaiseVolume exec amixer -q set Master 1%+ unmute
bindsym XF86AudioLowerVolume exec amixer -q set Master 7%- unmute
bindsym XF86AudioRaiseVolume exec amixer -q set Master 7%+ unmute
bindsym XF86AudioMute exec amixer -q set Master toggle

bindsym XF86MonBrightnessUp exec xbacklight -inc 10
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
bindsym XF86MonBrightnessUp exec xbacklight -inc 15
bindsym XF86MonBrightnessDown exec xbacklight -dec 15

exec --no-startup-id nm-applet