Added fix to backlight controls and loading cursor for dmenu

This commit is contained in:
Wryn Wagner 2019-10-22 12:03:50 -06:00
parent 455a30be5e
commit a630f1856b
2 changed files with 5 additions and 4 deletions

View File

@ -34,6 +34,7 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
@ -44,7 +45,7 @@ bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+q kill
# start dmenu (a program launcher)
bindsym $mod+space exec dmenu_run
bindsym $mod+space exec --no-startup-id dmenu_run
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
@ -155,6 +156,9 @@ bar {
status_command i3status
}
# Use gmux_backlight to increase/decrease brightness
bindsym XF86MonBrightnessUp exec gmux_backlight +100
bindsym XF86MonBrightnessDown exec gmux_backlight -100
# Composite
exec compton

View File

@ -2,8 +2,5 @@
source $HOME/.my_bash_env
XSERVER_DIR="$DOTWRYN/config/xserver"
#bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
#bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
"$XSERVER_DIR/set_randr_layout" &
exec i3