refactor: slight changes
This commit is contained in:
parent
54bf36a1da
commit
eb5f7a9e50
3 changed files with 14 additions and 4 deletions
|
@ -4,6 +4,7 @@ MenuBar=Disabled
|
||||||
update_info=dolphin_detailsmodesettings.upd:rename-leading-padding
|
update_info=dolphin_detailsmodesettings.upd:rename-leading-padding
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
|
ShowFullPath=true
|
||||||
Version=202
|
Version=202
|
||||||
ViewPropsTimestamp=2023,5,12,19,59,9.33
|
ViewPropsTimestamp=2023,5,12,19,59,9.33
|
||||||
|
|
||||||
|
@ -22,3 +23,9 @@ Places Icons Static Size=22
|
||||||
[MainWindow]
|
[MainWindow]
|
||||||
MenuBar=Disabled
|
MenuBar=Disabled
|
||||||
ToolBarsMovable=Disabled
|
ToolBarsMovable=Disabled
|
||||||
|
|
||||||
|
[PreviewSettings]
|
||||||
|
Plugins=,ffmpegthumbs
|
||||||
|
|
||||||
|
[ViewPropertiesDialog]
|
||||||
|
1920x1200 screen: Window-Maximized=true
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/nix/store/mgsld6x1ckizs308k3pr9sjcjnavlqya-home-manager-files/.config/hypr/hyprland.conf
|
/nix/store/jxgghqpkcr60pfn4bixazpzihx4aqsi5-home-manager-files/.config/hypr/hyprland.conf
|
|
@ -40,9 +40,6 @@ exec-once = $scripts/lose-focus.sh
|
||||||
exec-once = bash -c "killall -r -0 waybar && killall -r waybar; waybar"
|
exec-once = bash -c "killall -r -0 waybar && killall -r waybar; waybar"
|
||||||
exec-once = swaync
|
exec-once = swaync
|
||||||
|
|
||||||
# put this in home-manager conf to make it cleaner
|
|
||||||
exec-once = /nix/store/4cssj191kj5y7n738r2a90m0vplm83gr-polkit-kde-agent-1-5.27.5/libexec/polkit-kde-authentication-agent-1
|
|
||||||
|
|
||||||
exec-once = wl-paste --watch cliphist store
|
exec-once = wl-paste --watch cliphist store
|
||||||
|
|
||||||
# OSD window
|
# OSD window
|
||||||
|
@ -141,6 +138,12 @@ gestures {
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
|
|
||||||
windowrule = float,^(org.kde.polkit-kde-authentication-agent-1)$
|
windowrule = float,^(org.kde.polkit-kde-authentication-agent-1)$
|
||||||
|
windowrule = size 741 288,^(org.kde.polkit-kde-authentication-agent-1)$
|
||||||
|
windowrule = center,^(org.kde.polkit-kde-authentication-agent-1)$
|
||||||
|
|
||||||
|
windowrule = size 741 288,^(org.kde.ksshaskpass)$
|
||||||
|
windowrule = move cursor -370 -144,^(org.kde.ksshaskpass)$
|
||||||
|
|
||||||
windowrule = float,^(org.gnome.Calculator)$
|
windowrule = float,^(org.gnome.Calculator)$
|
||||||
windowrule = float,^(GalaxyBudsClient)$
|
windowrule = float,^(GalaxyBudsClient)$
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue