diff options
| author | sils <sils@sils.li> | 2023-05-07 20:14:39 +0200 |
|---|---|---|
| committer | sils <sils@sils.li> | 2023-05-07 20:14:39 +0200 |
| commit | acf496fa8db90b9df999d20083d91ca24e1e098e (patch) | |
| tree | 400e7707b1c32adb56d767fd22950cabb782e353 /users/sils/river/res/keys.ron | |
| parent | Feat(treewide): Get river working (diff) | |
| download | nix-config-acf496fa8db90b9df999d20083d91ca24e1e098e.zip | |
Feat(treewide): Add river bloat
Diffstat (limited to 'users/sils/river/res/keys.ron')
| -rw-r--r-- | users/sils/river/res/keys.ron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/sils/river/res/keys.ron b/users/sils/river/res/keys.ron index 0df6d77..9c11e2e 100644 --- a/users/sils/river/res/keys.ron +++ b/users/sils/river/res/keys.ron @@ -24,7 +24,7 @@ RiverctlCommandArray( RiverctlCommand( map_mode: Map, mode: ["normal"], key: "F1", mods: "Super", command: "spawn", command_args: "firefox",), RiverctlCommand( map_mode: Map, mode: ["normal"], key: "F2", mods: "Super", command: "spawn", command_args: "keepassxc",), RiverctlCommand( map_mode: Map, mode: ["normal"], key: "F3", mods: "Super", command: "spawn", command_args: "element-desktop",), - RiverctlCommand( map_mode: Map, mode: ["normal"], key: "L", mods: "Super", command: "spawn", command_args: "swaylock -f",), + RiverctlCommand( map_mode: Map, mode: ["normal"], key: "Q", mods: "Super", command: "spawn", command_args: "swaylock -f",), // Client RiverctlCommand( map_mode: Map, mode: ["normal"], key: "f", mods: "Super", command: "toggle-fullscreen", command_args: None,), |
