Fix typo in a workspace definition
This commit is contained in:
parent
c6b90d5e09
commit
3fb1c60b6b
|
@ -18,10 +18,10 @@ in {
|
|||
workspace = name:remote
|
||||
windowrule = workspace name:chat, teams-for-linux
|
||||
windowrule = workspace name:remote, nxplayer.*
|
||||
bind = ALT, R, moveworkspacetomonitor, remote current
|
||||
bind = ALT, R, workspace, remote
|
||||
bind = ALT SHIFT, R, moveworkspacetomonitor, remote current
|
||||
bind = ALT SHIFT, R, movetoworkspace, remote
|
||||
bind = ALT, R, moveworkspacetomonitor, name:remote current
|
||||
bind = ALT, R, workspace, name:remote
|
||||
bind = ALT SHIFT, R, moveworkspacetomonitor, name:remote current
|
||||
bind = ALT SHIFT, R, movetoworkspace, name:remote
|
||||
'';
|
||||
programs.waybar.settings = {
|
||||
main = {
|
||||
|
|
Loading…
Reference in a new issue