changed workspace anim speed, changed autostart exec line for polkit
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
# -----------------------------------------------------
|
||||
|
||||
# Start Polkit
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once=/usr/lib/polkit-kde-authentication-agent-1
|
||||
|
||||
# Load Dunst Notification Manager
|
||||
exec-once = dunst
|
||||
# Load Swaync Notification Manager
|
||||
exec-once = swaync
|
||||
|
||||
# Using hypridle to start hyprlock
|
||||
exec-once = hypridle
|
||||
|
||||
@@ -21,7 +21,7 @@ source = ~/.config/hypr/conf/autostart.conf
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
$fileManager = nemo
|
||||
$menu = rofi --show drun
|
||||
|
||||
# Some default env vars.
|
||||
@@ -100,7 +100,7 @@ animations {
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 2, default
|
||||
animation = workspaces, 1, 4, default
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = $HOME/.config/.wallpaper/rdr2.png # only png supported for now
|
||||
path = $HOME/.config/.wallpaper/guarma.png # only png supported for now
|
||||
}
|
||||
|
||||
input-field {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
preload = ~/.config/.wallpaper/rdr2.png
|
||||
preload = ~/.config/.wallpaper/guarma.png
|
||||
|
||||
wallpaper = ,~/.config/.wallpaper/rdr2.png
|
||||
wallpaper = ,~/.config/.wallpaper/guarma.png
|
||||
|
||||
splash = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user