mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-06 21:09:07 -04:00
Replace all gnome-polkit by kde-polkit + update other
This commit is contained in:
parent
704c8028b9
commit
68314f7bae
9 changed files with 172 additions and 99 deletions
|
@ -145,11 +145,12 @@ animations {
|
|||
|
||||
dwindle {
|
||||
pseudotile = true # enable pseudotiling on dwindle
|
||||
no_gaps_when_only = 1
|
||||
}
|
||||
|
||||
master {
|
||||
always_center_master = false
|
||||
mfact = 0.60
|
||||
mfact = 0.55
|
||||
no_gaps_when_only = 1
|
||||
}
|
||||
|
||||
|
@ -161,7 +162,7 @@ misc {
|
|||
# vfr = true
|
||||
|
||||
# animate_mouse_windowdragging = true
|
||||
focus_on_activate = true
|
||||
focus_on_activate = false
|
||||
|
||||
mouse_move_enables_dpms = true
|
||||
key_press_enables_dpms = true
|
||||
|
@ -215,7 +216,7 @@ windowrulev2 = center, title:^(Move files)$
|
|||
# windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
|
||||
# transparency
|
||||
windowrulev2 = opacity 1.0 override 0.9 override, class:^(kitty|foot|footclient|floating-foot|VSCodium|Code)$
|
||||
windowrulev2 = opacity 1.0 override 0.9 override, class:^(kitty|foot|footclient|floating-foot|VSCodium|Code|neovide)$
|
||||
|
||||
# 1 terminal
|
||||
windowrulev2 = workspace 1, class:^(kitty|foot|footclient)$
|
||||
|
@ -464,9 +465,10 @@ plugin {
|
|||
columns = 2
|
||||
gap_size = 5
|
||||
bg_col = rgb(111111)
|
||||
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
|
||||
enable_gesture = true # laptop touchpad, 4 fingers
|
||||
enable_gesture = true # laptop touchpad
|
||||
gesture_fingers = 3 # 3 or 4
|
||||
gesture_distance = 300 # how far is the "max"
|
||||
gesture_positive = true # positive = swipe down. Negative = swipe up.
|
||||
}
|
||||
|
@ -509,5 +511,6 @@ exec-once = wl-paste --type image --watch cliphist store #Stores only image data
|
|||
exec-once = systemctl start --user foot-server
|
||||
exec-once = systemctl start --user sunshine
|
||||
exec-once = flatpak run me.kozec.syncthingtk -m &
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
# exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
|
||||
# exec-once = hyprpm reload -n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue