[i3] Compton really does suck
This commit is contained in:
@ -20,7 +20,7 @@ set $center move absolute position center
|
|||||||
# FLOATING
|
# FLOATING
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
set $thick 0
|
set $thick 1
|
||||||
|
|
||||||
# DEFAULT BORDER
|
# DEFAULT BORDER
|
||||||
for_window [class="^.*"] border pixel $thick
|
for_window [class="^.*"] border pixel $thick
|
||||||
@ -306,11 +306,15 @@ bindsym $mod+Shift+o exec rofi-bat
|
|||||||
exec --no-startup-id unclutter -grab
|
exec --no-startup-id unclutter -grab
|
||||||
|
|
||||||
# RELOAD
|
# RELOAD
|
||||||
exec_always --no-startup-id compton --config ~/.config/compton/compton.conf
|
#exec_always --no-startup-id compton --config ~/.config/compton/compton.conf
|
||||||
exec_always --no-startup-id dunst
|
exec_always --no-startup-id dunst
|
||||||
exec_always --no-startup-id syncthing -no-browser
|
exec_always --no-startup-id syncthing -no-browser
|
||||||
exec_always xrdb --merge ~/.Xresoureces
|
exec_always xrdb --merge ~/.Xresoureces
|
||||||
|
|
||||||
|
# Set wallpaper and keyboard mappings
|
||||||
|
exec_always --no-startup-id changepaper
|
||||||
|
exec_always setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt
|
||||||
|
|
||||||
## Volume control
|
## Volume control
|
||||||
# Pulse Audio controls
|
# Pulse Audio controls
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% #increase sound volume
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% #increase sound volume
|
||||||
|
|||||||
Reference in New Issue
Block a user