mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 00:06:12 +01:00
Autostarting apps, hyprland binding changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
xhost + local: ;
|
||||
swww init;
|
||||
flameshot & disown;
|
||||
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 &
|
||||
wayvnc & disown;
|
||||
touchegg & disown;
|
||||
wayvnc &
|
||||
dex -a &
|
||||
dunst &
|
||||
$HOME/.config/waybar/launcher.sh
|
||||
|
||||
@@ -62,6 +62,10 @@ dwindle {
|
||||
pseudotile=0 # enable pseudotiling on dwindle
|
||||
}
|
||||
|
||||
misc {
|
||||
force_default_wallpaper=0
|
||||
vrr=1
|
||||
}
|
||||
# example window rules
|
||||
# for windows named/classed as abc and xyz
|
||||
#windowrule=move 69 420,abc
|
||||
@@ -73,8 +77,8 @@ dwindle {
|
||||
|
||||
exec-once=$HOME/.local/share/hyprload/hyprload.sh
|
||||
# example binds
|
||||
bind=SUPER,Z,exec,alacritty
|
||||
bind=SUPERSHIFT,Z,exec,kitty
|
||||
bind=SUPERSHIFT,Z,exec,alacritty
|
||||
bind=SUPER,Z,exec,kitty
|
||||
bind=SUPER,X,killactive,
|
||||
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,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=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user