aboutsummaryrefslogtreecommitdiff
path: root/i3/config.d/40-i3-shortcuts.conf
blob: 91924407c070810bbedf6a6d8582fcbbf38926e8 (plain)
1
2
3
4
5
6
7
8
9
# vi: ft=i3config

bindsym $mod+Shift+e exec "rofi -show fb -modi fb:rofi-exit-menu.sh"

# Sreen brightness controls
# Use acpilight with arch!!
# https://gitlab.com/wavexx/acpilight
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 -fps 30 # increase screen brightness
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 -fps 30 # decrease screen brightness