Updated config
This commit is contained in:
parent
90e01eaea4
commit
666fc20045
21 changed files with 155 additions and 199 deletions
|
@ -1,5 +1,10 @@
|
|||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = waypaper --restore
|
||||
# Autostart
|
||||
exec-once = swaybg -i ~/pictures/wallpapers/01.png
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = $statusbar
|
||||
exec-once = /usr/libexec/pipewire-launcher
|
||||
exec-once = $statusbar
|
||||
|
||||
# Disabled
|
||||
#exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
#exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
#exec-once = waypaper --restore
|
|
@ -46,6 +46,7 @@ misc {
|
|||
vfr = true
|
||||
animate_manual_resizes = false
|
||||
render_ahead_of_time = false
|
||||
disable_hyprland_qtutils_check = true
|
||||
}
|
||||
|
||||
cursor {
|
||||
|
@ -67,6 +68,10 @@ ecosystem {
|
|||
no_donation_nag = true
|
||||
}
|
||||
|
||||
xwayland {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
debug {
|
||||
overlay = false
|
||||
}
|
|
@ -5,15 +5,16 @@ $logout = wlogout
|
|||
$lockscreen = swaylock
|
||||
$menu = fuzzel
|
||||
$screenshot = IMG=~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && grim -g "$(slurp -d)" $IMG && wl-copy < $IMG
|
||||
$shell = fish
|
||||
$statusbar = waybar
|
||||
$terminal = foot
|
||||
$wallpaper = waypaper
|
||||
|
||||
# Terminal based
|
||||
$editor = $terminal -e nvim
|
||||
$files = $terminal -e yazi
|
||||
$files = $terminal -e nnn
|
||||
$center = [float;size 960 540;center]
|
||||
$floating = $center $terminal
|
||||
$systeminfo = $center $terminal --hold -e fastfetch
|
||||
$processmonitor = $terminal -e btop
|
||||
$update = $floating -e sudo pacman -Syu
|
||||
$systeminfo = $floating --hold -e fastfetch
|
||||
$processmonitor = $floating -e btop
|
||||
$update = $floating -e fish
|
Loading…
Add table
Add a link
Reference in a new issue