minor edits
This commit is contained in:
parent
c9a9672017
commit
d6ed861646
3 changed files with 14 additions and 14 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -783,11 +783,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1661942860,
|
"lastModified": 1662982457,
|
||||||
"narHash": "sha256-HHEAjAh/yx7h6RWQ6sYgnwZ0LJ4eut3y32vO/pD7Gjw=",
|
"narHash": "sha256-FkllT92wW49B9N2Q2p9Yq0luMvrhVcJ5aGfaZnm4mdI=",
|
||||||
"owner": "serokell",
|
"owner": "serokell",
|
||||||
"repo": "serokell.nix",
|
"repo": "serokell.nix",
|
||||||
"rev": "8c69cd4712106631f46eebd4815515b169aa37aa",
|
"rev": "14bd44d7d365cdbb4262eec4d92a8f70b38eaece",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -71,16 +71,16 @@
|
||||||
bind=SUPER,9,workspace,9
|
bind=SUPER,9,workspace,9
|
||||||
bind=SUPER,0,workspace,10
|
bind=SUPER,0,workspace,10
|
||||||
|
|
||||||
bind=ALT,1,movetoworkspace,1
|
bind=SUPERSHIFT,1,movetoworkspace,1
|
||||||
bind=ALT,2,movetoworkspace,2
|
bind=SUPERSHIFT,2,movetoworkspace,2
|
||||||
bind=ALT,3,movetoworkspace,3
|
bind=SUPERSHIFT,3,movetoworkspace,3
|
||||||
bind=ALT,4,movetoworkspace,4
|
bind=SUPERSHIFT,4,movetoworkspace,4
|
||||||
bind=ALT,5,movetoworkspace,5
|
bind=SUPERSHIFT,5,movetoworkspace,5
|
||||||
bind=ALT,6,movetoworkspace,6
|
bind=SUPERSHIFT,6,movetoworkspace,6
|
||||||
bind=ALT,7,movetoworkspace,7
|
bind=SUPERSHIFT,7,movetoworkspace,7
|
||||||
bind=ALT,8,movetoworkspace,8
|
bind=SUPERSHIFT,8,movetoworkspace,8
|
||||||
bind=ALT,9,movetoworkspace,9
|
bind=SUPERSHIFT,9,movetoworkspace,9
|
||||||
bind=ALT,0,movetoworkspace,10
|
bind=SUPERSHIFT,0,movetoworkspace,10
|
||||||
|
|
||||||
bind=SUPER,mouse_down,workspace,e+1
|
bind=SUPER,mouse_down,workspace,e+1
|
||||||
bind=SUPER,mouse_up,workspace,e-1
|
bind=SUPER,mouse_up,workspace,e-1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, ... }:
|
{ lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
inherit (builtins) mapAttrs;
|
inherit (builtins) mapAttrs;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue