feat: Test ironbar
This commit is contained in:
parent
e147a91d84
commit
993bd794f0
17 changed files with 825 additions and 116 deletions
|
|
@ -17,6 +17,7 @@ workspace=DP-3,1
|
|||
workspace=DP-1,2
|
||||
workspace=DP-2,3
|
||||
|
||||
|
||||
input {
|
||||
kb_file=
|
||||
kb_layout=diaeresis
|
||||
|
|
@ -51,12 +52,15 @@ general {
|
|||
|
||||
decoration {
|
||||
rounding=4
|
||||
blur {
|
||||
# enabled=false
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled=1
|
||||
animation=windowsMove,1,5,default
|
||||
animation=windows,1,7,default
|
||||
# animation=windowsMove,1,4,default
|
||||
animation=windows,1,7,default,popin 70%
|
||||
animation=border,1,10,default
|
||||
animation=fade,1,10,default
|
||||
animation=workspaces,1,6,default
|
||||
|
|
@ -66,6 +70,7 @@ dwindle {
|
|||
preserve_split=true
|
||||
pseudotile=0 # enable pseudotiling on dwindle
|
||||
permanent_direction_override=false
|
||||
# smart_resizing=true
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
|
@ -77,11 +82,10 @@ misc {
|
|||
vfr=true
|
||||
vrr = 1
|
||||
animate_manual_resizes=1
|
||||
animate_mouse_windowdragging=0
|
||||
enable_swallow=true
|
||||
swallow_regex=^(.*)(kitty)(.*)$
|
||||
layers_hog_keyboard_focus=false
|
||||
animate_mouse_windowdragging=true
|
||||
# animate_mouse_windowdragging=true
|
||||
# swallow_exception_regex = ^(?:(?:^|\s)([a-zA-Z0-9]+\b)+(?:$|[^\w\s]))$
|
||||
|
||||
}
|
||||
|
|
@ -102,7 +106,7 @@ windowrule=center,^(.*)(gnome)(.*)$
|
|||
windowrule=forceinput,^(.*)(ota)(.*)$
|
||||
windowrule=size 1200 800,^(org.gnome.NautilusPreviewer)$
|
||||
windowrule=center,^(.*)(swappy)(.*)$
|
||||
windowrule=opacity 80,^(.*)(dunst)(.*)$
|
||||
# windowrule=opacity 80,^(.*)(dunst)(.*)$
|
||||
windowrule=float,title:^(.*)(Spirit)(.*)$
|
||||
#windowrule=tile,xyz
|
||||
#windowrule=float,abc
|
||||
|
|
@ -116,10 +120,10 @@ bind=SUPERSHIFT,S,exec,grim -g "$(slurp)" - | swappy -f -
|
|||
bind=SUPER,F,exec,firefox
|
||||
bind=SUPER,T,exec,kitty -1
|
||||
bind=SUPER,Q,killactive,
|
||||
bind=SUPERSHIFT,M,exit,
|
||||
bind=SUPERSHIFTALT,M,exit,
|
||||
bind=SUPER,E,exec,nautilus --new-window
|
||||
bind=SUPER,N,exec,neovide --novsync
|
||||
bind=SUPER,M,exec,oxidash-gtk
|
||||
bind=SUPER,M,exec,oxidash --css /home/dashie/gits/oxidash-gtk/style.css
|
||||
bind=SUPER,V,togglefloating,
|
||||
bind=SUPER,B,fullscreen,
|
||||
bind=SUPER,R,exec,anyrun
|
||||
|
|
@ -199,6 +203,9 @@ bindm=SUPER,mouse:273,resizewindow
|
|||
|
||||
#binds for debug testing
|
||||
|
||||
debug {
|
||||
# overlay=true
|
||||
}
|
||||
# bind=SUPERALT,H,pass,^(wlroots)$
|
||||
# bind=SUPERALT,J,pass,^(wlroots)$
|
||||
#
|
||||
|
|
@ -213,8 +220,9 @@ bindm=SUPER,mouse:273,resizewindow
|
|||
#exec=~/Documents/scripts/hyprstart.sh
|
||||
#exec=hyprstart.sh
|
||||
exec-once=hyprpaper
|
||||
exec-once=eww daemon
|
||||
exec-once=eww open bar
|
||||
# exec-once=eww daemon
|
||||
# exec-once=eww open bar
|
||||
exec-once=ironbar
|
||||
exec-once=element-desktop
|
||||
exec-once=firefox
|
||||
exec-once=streamdeck -n
|
||||
|
|
@ -222,4 +230,5 @@ exec-once=copyq --start-server
|
|||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once= easyeffects --gapplication-service
|
||||
exec-once=nextcloud --background
|
||||
exec-once=oxinoti --css /home/dashie/gits/oxinoti/style.css
|
||||
# plugin=/home/dashie/gits/hy3/build/libhy3.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue