change hyprland config
This commit is contained in:
parent
cc9ace8e1e
commit
e297fd636f
|
@ -7,7 +7,6 @@
|
|||
exec-once = [
|
||||
"systemctl --user import-environment &"
|
||||
"hash dbus-update-activation-environment 2>/dev/null &"
|
||||
# "dbus-update-activation-environment --systemd &"
|
||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &"
|
||||
"nm-applet &"
|
||||
"wl-clip-persist --clipboard both"
|
||||
|
@ -16,13 +15,13 @@
|
|||
"poweralertd &"
|
||||
"waybar &"
|
||||
"swaync &"
|
||||
"wl-paste --watch cliphist store &"
|
||||
# "wl-paste --watch cliphist store &"
|
||||
"hyprlock"
|
||||
];
|
||||
|
||||
input = {
|
||||
kb_layout = "us,fr";
|
||||
kb_options ="grp:alt_caps_toggle,caps:swapescape";
|
||||
kb_options ="grp:alt_caps_toggle";
|
||||
numlock_by_default = true;
|
||||
follow_mouse = 1;
|
||||
sensitivity = 0;
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
pamixer # pulseaudio command line mixer
|
||||
pavucontrol # pulseaudio volume controle (GUI)
|
||||
playerctl # controller for media players
|
||||
wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
|
||||
cliphist # clipboard manager
|
||||
# wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
|
||||
# cliphist # clipboard manager
|
||||
poweralertd
|
||||
qalculate-gtk # calculator
|
||||
unzip
|
||||
|
|
Loading…
Reference in a new issue