update ss script and add tiny gaps

also change gammastep brightness
This commit is contained in:
Lucas Barbieri 2024-01-15 14:16:33 -03:00
parent fd70a0cb6b
commit dd7ac1b525
3 changed files with 8 additions and 7 deletions

View File

@ -9,10 +9,10 @@ bind = $mainMod, E, exec, thunar
bind = $mainMod SHIFT, s, exec,steam --noverifyfiles -cef-enable-debugging bind = $mainMod SHIFT, s, exec,steam --noverifyfiles -cef-enable-debugging
bind = $mainMod CONTROL, s, exec, ~/scripts/sfp.sh bind = $mainMod CONTROL, s, exec, ~/scripts/sfp.sh
bind = $mainMod SHIFT, Return, exec, tofi-drun bind = $mainMod SHIFT, Return, exec, tofi-drun
bind = , Print, exec, ~/.local/bin/print-fullscreen.sh bind = , Print, exec, ~/.local/bin/way-print.sh p
bind = SHIFT, Print, exec, ~/.local/bin/print-select.sh bind = SHIFT, Print, exec, ~/.local/bin/way-print.sh s
bind = CONTROL SHIFT, Print, exec, ~/.local/bin/print-tmp.sh bind = CONTROL SHIFT, Print, exec, ~/.local/bin/way-print.sh t
bind = CONTROL, Print, exec, ~/.local/bin/print-window.sh bind = CONTROL, Print, exec, ~/.local/bin/way-print.sh m
bind = $mainMod, b, exec, MOZ_ENABLE_WAYLAND=1 firefox-bin bind = $mainMod, b, exec, MOZ_ENABLE_WAYLAND=1 firefox-bin
bind = $mainMod ALT, x, exec, XL_SECRET_PROVIDER=file xivlauncher bind = $mainMod ALT, x, exec, XL_SECRET_PROVIDER=file xivlauncher

View File

@ -3,8 +3,9 @@ exec-once = spotifyd &
exec-once = lxqt-policykit-agent & exec-once = lxqt-policykit-agent &
exec-once = gentoo-pipewire-launcher & exec-once = gentoo-pipewire-launcher &
exec-once = bash ~/scripts/swww.sh exec-once = bash ~/scripts/swww.sh
exec-once = gammastep -t 4500:3500 -l -23.5475:-46.63611 -b 1.0:0.5 & exec-once = gammastep -t 4500:3500 -l -23.5475:-46.63611 -b 1.0:0.6 &
exec-once = gsettings set org.gnome.desktop.interface icon-theme Win10Sur-black-dark & gsettings set org.gnome.desktop.interface gtk-theme Numix-BLACK-Pomegranate & gsettings set org.gnome.desktop.interface cursor-theme Simp1e exec-once = gsettings set org.gnome.desktop.interface icon-theme Win10Sur-black-dark & gsettings set org.gnome.desktop.interface gtk-theme Numix-BLACK-Pomegranate & gsettings set org.gnome.desktop.interface cursor-theme Simp1e
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = rm -rf ~/tmp/* exec-once = rm -rf ~/tmp/*
exec-once = corectrl --minimize-systray exec-once = corectrl --minimize-systray
exec-once = ~/scripts/weechat.sh

View File

@ -20,8 +20,8 @@ device:logotech-gaming-keyboard {
kb_options = ctrl:nocaps,grp:alt_shift_toggle kb_options = ctrl:nocaps,grp:alt_shift_toggle
} }
general { general {
gaps_in = 0 gaps_in = 5
gaps_out = 0 gaps_out = 5
border_size = 2 border_size = 2
col.active_border = rgba(ff0038ee) rgba(33e2c5ee) 45deg col.active_border = rgba(ff0038ee) rgba(33e2c5ee) 45deg
col.inactive_border = rgba(595959aa) col.inactive_border = rgba(595959aa)