mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Removed duplicate i3 config
This commit is contained in:
parent
623ae43ead
commit
048cddfd3e
@ -1,25 +0,0 @@
|
|||||||
# Polybar
|
|
||||||
exec --no-startup-id MONITOR=LVDS-1 polybar aqua
|
|
||||||
|
|
||||||
# Screen brightness controls
|
|
||||||
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
|
|
||||||
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
|
|
||||||
|
|
||||||
# Pulse Audio controls
|
|
||||||
bindsym XF86AudioRaiseVolume exec amixer set Master 3%+ #increase sound volume
|
|
||||||
bindsym XF86AudioLowerVolume exec amixer set Master 3%- #decrease sound volume
|
|
||||||
bindsym XF86AudioMute exec amixer set Master toggle # mute sound
|
|
||||||
|
|
||||||
# Turn off screen
|
|
||||||
bindsym XF86Launch1 exec xset -display :0.0 dpms force off
|
|
||||||
|
|
||||||
# Turn off trackpad
|
|
||||||
bindsym $mod+Shift+u exec sh ~/.config/scripts/trackpad-toggle.sh
|
|
||||||
exec --no-startup-id ~/.config/scripts/trackpad-toggle.sh &
|
|
||||||
|
|
||||||
# Lockscreen
|
|
||||||
bindsym $mod+Shift+h exec sh ~/.config/scripts/lock.sh
|
|
||||||
|
|
||||||
# Desktop background
|
|
||||||
exec --no-startup-id exec compton &
|
|
||||||
exec --no-startup-id exec feh --bg-scale ~/Pictures/wallpaper/0001.jpg
|
|
@ -1,3 +1,6 @@
|
|||||||
|
# Polybar
|
||||||
|
exec --no-startup-id MONITOR=LVDS-1 polybar aqua
|
||||||
|
|
||||||
# Screen brightness controls
|
# Screen brightness controls
|
||||||
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
|
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
|
||||||
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
|
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
|
||||||
@ -11,9 +14,11 @@ bindsym XF86AudioMute exec amixer set Master toggle # mute sound
|
|||||||
bindsym $mod+Shift+u exec sh ~/.config/i3/trackpad-toggle.sh
|
bindsym $mod+Shift+u exec sh ~/.config/i3/trackpad-toggle.sh
|
||||||
exec --no-startup-id ~/.config/i3/trackpad-toggle.sh
|
exec --no-startup-id ~/.config/i3/trackpad-toggle.sh
|
||||||
|
|
||||||
# Desktop wallpaper
|
# Desktop background
|
||||||
exec --no-startup-id feh --bg-scale ~/Pictures/wallpaper/tysiwugztgyjajrvznfy.jpg
|
exec --no-startup-id exec compton &
|
||||||
|
exec --no-startup-id exec feh --bg-scale ~/Pictures/wallpaper/0001.jpg
|
||||||
|
|
||||||
|
# Turn off the screen
|
||||||
bindsym XF86Launch1 exec xset -display :0.0 dpms force off
|
bindsym XF86Launch1 exec xset -display :0.0 dpms force off
|
||||||
|
|
||||||
# Start up programs
|
# Start up programs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user