updated config to increase brightness by 10%, will have to be different on laptop
This commit is contained in:
parent
df5af6eb73
commit
80d2b8012e
1 changed files with 9 additions and 6 deletions
15
i3/config
15
i3/config
|
|
@ -13,8 +13,11 @@ set $mod Mod4
|
|||
# Enable transparency
|
||||
exec xcompmgr -c -f -n
|
||||
|
||||
# Increase Brightness by 10%
|
||||
exec xrandr --output HDMI-0 --brightness 1.1
|
||||
|
||||
# Enable pulseaudio
|
||||
pulseaudio --start
|
||||
exec pulseaudio --start
|
||||
|
||||
# Set background image
|
||||
exec feh --bg-fill /home/brian/Pictures/nord_sand_i3.png
|
||||
|
|
@ -58,11 +61,11 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|||
exec --no-startup-id nm-applet
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
||||
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
|
||||
# set $refresh_i3status killall -SIGUSR1 i3status
|
||||
# bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||
# bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue