mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 16:23:55 -05:00
hpyrland: added hyprnome bound to , and .
This commit is contained in:
parent
89b2f12275
commit
5e0b2e3955
|
@ -158,7 +158,6 @@
|
||||||
exec-once = ${pkgs.networkmanagerapplet}/bin/nm-applet
|
exec-once = ${pkgs.networkmanagerapplet}/bin/nm-applet
|
||||||
exec-once = ${pkgs.trayscale}/bin/trayscale --hide-window
|
exec-once = ${pkgs.trayscale}/bin/trayscale --hide-window
|
||||||
|
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
|
@ -305,10 +304,10 @@
|
||||||
bind = ${modifier}, down, movefocus, d
|
bind = ${modifier}, down, movefocus, d
|
||||||
|
|
||||||
# Gnome-like workspaces.
|
# Gnome-like workspaces.
|
||||||
# bind = ${modifier}, 1, exec, ${hyprnome} --previous
|
bind = ${modifier}, comma, exec, ${hyprnome} --previous
|
||||||
# bind = ${modifier}, 2, exec, ${hyprnome}
|
bind = ${modifier}, period, exec, ${hyprnome}
|
||||||
# bind = ${modifier} SHIFT, 1, exec, ${hyprnome} --previous --move
|
bind = ${modifier} SHIFT, comma, exec, ${hyprnome} --previous --move
|
||||||
# bind = ${modifier} SHIFT, 2, exec, ${hyprnome} --move
|
bind = ${modifier} SHIFT, period, exec, ${hyprnome} --move
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = ${modifier}, 1, workspace, 1
|
bind = ${modifier}, 1, workspace, 1
|
||||||
|
|
Loading…
Reference in a new issue