mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
Autostarting apps, hyprland binding changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
xhost + local: ;
|
xhost + local: ;
|
||||||
swww init;
|
swww init;
|
||||||
flameshot & disown;
|
flameshot & disown;
|
||||||
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 &
|
wayvnc &
|
||||||
wayvnc & disown;
|
dex -a &
|
||||||
touchegg & disown;
|
dunst &
|
||||||
$HOME/.config/waybar/launcher.sh
|
$HOME/.config/waybar/launcher.sh
|
||||||
|
|||||||
@@ -62,6 +62,10 @@ dwindle {
|
|||||||
pseudotile=0 # enable pseudotiling on dwindle
|
pseudotile=0 # enable pseudotiling on dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
misc {
|
||||||
|
force_default_wallpaper=0
|
||||||
|
vrr=1
|
||||||
|
}
|
||||||
# example window rules
|
# example window rules
|
||||||
# for windows named/classed as abc and xyz
|
# for windows named/classed as abc and xyz
|
||||||
#windowrule=move 69 420,abc
|
#windowrule=move 69 420,abc
|
||||||
@@ -73,8 +77,8 @@ dwindle {
|
|||||||
|
|
||||||
exec-once=$HOME/.local/share/hyprload/hyprload.sh
|
exec-once=$HOME/.local/share/hyprload/hyprload.sh
|
||||||
# example binds
|
# example binds
|
||||||
bind=SUPER,Z,exec,alacritty
|
bind=SUPERSHIFT,Z,exec,alacritty
|
||||||
bind=SUPERSHIFT,Z,exec,kitty
|
bind=SUPER,Z,exec,kitty
|
||||||
bind=SUPER,X,killactive,
|
bind=SUPER,X,killactive,
|
||||||
bind=SUPER_SHIFT,Q,exit,
|
bind=SUPER_SHIFT,Q,exit,
|
||||||
|
|
||||||
@@ -142,7 +146,7 @@ bind=SHIFT,XF86Launch2,exec,hyprctl keyword monitor "eDP-1,1920x1080@60,0x0,1.5"
|
|||||||
bind=SHIFT,XF86MonBrightnessDown,exec,xbacklight -set 0.01
|
bind=SHIFT,XF86MonBrightnessDown,exec,xbacklight -set 0.01
|
||||||
bind=SHIFT,XF86MonBrightnessUp,exec,xbacklight -set 100
|
bind=SHIFT,XF86MonBrightnessUp,exec,xbacklight -set 100
|
||||||
|
|
||||||
exec-once=dash $HOME/.config/hypr/autostart.sh
|
exec-once=dash ~/.config/hypr/autostart.sh
|
||||||
exec-once=hyprctl setcursor Vimix-white-cursors 24
|
exec-once=hyprctl setcursor Vimix-white-cursors 24
|
||||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user