change hyprland config

This commit is contained in:
Frost-Phoenix 2024-06-27 11:23:56 +02:00
parent cc9ace8e1e
commit e297fd636f
2 changed files with 4 additions and 5 deletions

View file

@ -7,7 +7,6 @@
exec-once = [ exec-once = [
"systemctl --user import-environment &" "systemctl --user import-environment &"
"hash dbus-update-activation-environment 2>/dev/null &" "hash dbus-update-activation-environment 2>/dev/null &"
# "dbus-update-activation-environment --systemd &"
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &" "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &"
"nm-applet &" "nm-applet &"
"wl-clip-persist --clipboard both" "wl-clip-persist --clipboard both"
@ -16,13 +15,13 @@
"poweralertd &" "poweralertd &"
"waybar &" "waybar &"
"swaync &" "swaync &"
"wl-paste --watch cliphist store &" # "wl-paste --watch cliphist store &"
"hyprlock" "hyprlock"
]; ];
input = { input = {
kb_layout = "us,fr"; kb_layout = "us,fr";
kb_options ="grp:alt_caps_toggle,caps:swapescape"; kb_options ="grp:alt_caps_toggle";
numlock_by_default = true; numlock_by_default = true;
follow_mouse = 1; follow_mouse = 1;
sensitivity = 0; sensitivity = 0;

View file

@ -53,8 +53,8 @@
pamixer # pulseaudio command line mixer pamixer # pulseaudio command line mixer
pavucontrol # pulseaudio volume controle (GUI) pavucontrol # pulseaudio volume controle (GUI)
playerctl # controller for media players playerctl # controller for media players
wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste) # wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
cliphist # clipboard manager # cliphist # clipboard manager
poweralertd poweralertd
qalculate-gtk # calculator qalculate-gtk # calculator
unzip unzip