who knows
This commit is contained in:
parent
bb2e813df8
commit
aae14e214e
11 changed files with 512 additions and 218 deletions
|
@ -2,15 +2,15 @@ exec-once = eww open bar
|
|||
exec-once = swayidle -w timeout 300 'waylock'
|
||||
exec-once = swayidle -w timeout 600 'systemctl suspend' after-resume 'eww open bar'
|
||||
exec-once = ckb-next -c -b
|
||||
exec-once = swaybg -i $HOME/Downloads/fantastyland-dark.png -m fill
|
||||
exec-once = swaybg -i #BGIMAGE -m fill
|
||||
exec-once = xrdb -l ~/.Xresources
|
||||
exec-once = swayosd --max-volume 100
|
||||
exec-once = keepassxc
|
||||
exec-once = swaync
|
||||
exec = eww reload
|
||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Sweet-Dark'
|
||||
exec = gsettings set org.gnome.desktop.interface font-name 'Montreux Classic'
|
||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark'
|
||||
exec = gsettings set org.gnome.desktop.interface gtk-theme '#GTKTHEME'
|
||||
exec = gsettings set org.gnome.desktop.interface font-name '#FONT'
|
||||
exec = gsettings set org.gnome.desktop.interface icon-theme '#ICONTHEME'
|
||||
|
||||
input {
|
||||
kb_layout=us
|
||||
|
@ -26,10 +26,8 @@ general {
|
|||
gaps_out=25
|
||||
resize_on_border=true
|
||||
hover_icon_on_border=true
|
||||
col.active_border=0xffa1a9b1
|
||||
col.inactive_border=0xff2f343f
|
||||
col.group_border=0xffda4453
|
||||
col.group_border_active=0xffed244e
|
||||
col.active_border=0xff#ACTIVEBORDER
|
||||
col.inactive_border=0xff#BORDER
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue