trying to fix kde on greetd
This commit is contained in:
parent
aed85412da
commit
b2a940dbe9
8 changed files with 71 additions and 14 deletions
|
@ -18,8 +18,9 @@ input {
|
|||
repeat_delay=180
|
||||
natural_scroll=0
|
||||
sensitivity=0.85
|
||||
accel_profile=adaptive
|
||||
|
||||
follow_mouse=0
|
||||
follow_mouse=2
|
||||
|
||||
touchpad {
|
||||
natural_scroll=1
|
||||
|
@ -60,7 +61,8 @@ decoration {
|
|||
# the more passes, the more you can up the blur_size without noticing artifacts.
|
||||
drop_shadow=true
|
||||
shadow_range=30
|
||||
shadow_render_power=2
|
||||
shadow_offset=5 5
|
||||
shadow_render_power=1
|
||||
dim_inactive=true
|
||||
dim_strength=0.2
|
||||
}
|
||||
|
@ -86,7 +88,7 @@ master {
|
|||
new_on_top=false
|
||||
}
|
||||
|
||||
misc:disable_autoreload = true
|
||||
# misc:disable_autoreload = true
|
||||
|
||||
# example window rules
|
||||
# for windows named/classed as abc and xyz
|
||||
|
@ -99,7 +101,8 @@ windowrule=float,pulsemixer
|
|||
windowrule=workspace 1,firefox
|
||||
windowrule=workspace 2,emacs
|
||||
windowrule=float,btop
|
||||
windowrule=size 60% 60%,btop
|
||||
windowrule=size 70% 70%,btop
|
||||
windowrule=center,btop
|
||||
|
||||
# example binds
|
||||
bind=SUPER,RETURN,exec,alacritty
|
||||
|
@ -114,7 +117,7 @@ bind=SUPER,E,exec,/home/chris/bin/emacslof
|
|||
bind=SUPER,d,exec,emacsclient -c -e '(dired-jump)'
|
||||
bind=SUPER,B,exec,/home/chris/bin/fflof
|
||||
bind=SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer
|
||||
bind=SUPERCTRL,/,exec,alacritty --class btop -e btop
|
||||
bind=SUPERCTRL,i,exec,alacritty --class btop -e btop
|
||||
|
||||
bind=SUPER,P,exec,/home/chris/bin/rbw.sh
|
||||
bind=SUPER,M,fullscreen,1
|
||||
|
@ -177,9 +180,11 @@ bindm=SUPER,mouse:272,movewindow
|
|||
bindm=SUPER,mouse:273,resizewindow
|
||||
|
||||
# Blur waybar
|
||||
blurls=waybar
|
||||
# blurls=gtk-layer-shell
|
||||
# blurls=notifications
|
||||
|
||||
exec-once=/home/chris/bin/startup.sh
|
||||
exec-once=hyprpaper
|
||||
exec-once=dunst
|
||||
exec-once=hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
||||
exec-once=hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
||||
exec-once=dbus-update-activation-environment --systemd --all
|
Loading…
Add table
Add a link
Reference in a new issue