cleanup hyprland config
This commit is contained in:
parent
1fd4bfc1e1
commit
3dcc6dfdf3
1 changed files with 2 additions and 2 deletions
|
@ -137,9 +137,9 @@ in
|
|||
];
|
||||
|
||||
exec-once = [
|
||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||
"${hyprctl} setcursor ${config.gtk.cursorTheme.name} 24"
|
||||
"${change-wallpaper}"
|
||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
|
@ -157,7 +157,7 @@ in
|
|||
"SUPER_SHIFT,C, exec, ${hyprctl} reload"
|
||||
"SUPER_SHIFT,C, exec, systemctl --user restart swayidle.service"
|
||||
"SUPER_SHIFT,C, exec, systemctl --user restart kanshi.service"
|
||||
"SUPER_SHIFT,C, exec, systemctl --user reload waybar.service"
|
||||
"SUPER_SHIFT,C, exec, systemctl --user restart waybar.service"
|
||||
|
||||
"SUPER,Return, exec, ${kitty} ${tmux} new"
|
||||
"SUPER_SHIFT,Return, exec, ${kitty}"
|
||||
|
|
Loading…
Reference in a new issue