change init to use wppengine
This commit is contained in:
parent
837c47eb21
commit
1c4137070b
@ -2,7 +2,7 @@
|
||||
$mainMod = SUPER
|
||||
|
||||
bind = $mainMod, apostrophe, exec, hyprctl switchxkblayout logotech-gaming-keyboard next
|
||||
bind = $mainMod SHIFT, apostrophe, exec, bash ~/scripts/change-colorscheme.sh
|
||||
bind = $mainMod SHIFT, apostrophe, exec, ~/scripts/change-colorscheme.sh
|
||||
|
||||
# app bindings
|
||||
bind = $mainMod, Return, exec, wezterm
|
||||
|
@ -1,6 +1,6 @@
|
||||
# jab
|
||||
monitor=DP-3, 1920x1080, 2560x0, 1
|
||||
# monitor=HDMI-A-1, 2560x1080, 0x0, 1
|
||||
monitor=HDMI-A-1, 2560x1080, 0x0, 1
|
||||
|
||||
source = ~/.config/hypr/init.conf
|
||||
|
||||
|
@ -2,7 +2,7 @@ exec-once = ~/scripts/fix.sh
|
||||
exec-once = spotifyd &
|
||||
exec-once = lxqt-policykit-agent &
|
||||
exec-once = gentoo-pipewire-launcher &
|
||||
exec-once = bash ~/scripts/swww.sh
|
||||
exec-once = ~/scripts/wppengine.sh
|
||||
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 = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
@ -11,3 +11,4 @@ exec-once = corectrl --minimize-systray
|
||||
exec-once = ~/scripts/weechat.sh
|
||||
exec-once = otd-daemon &
|
||||
exec-once = waybar &
|
||||
exec-once = syncthing &
|
||||
|
@ -34,7 +34,7 @@ decoration {
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
size = 2
|
||||
passes = 2
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user