Skip to content

Commit

Permalink
Add some basic keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 10, 2024
1 parent 558a057 commit 050314f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions home/programs/river/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,17 @@ in
# tap = false;
# };
#};
#map = {
# normal = {
# "Alt Q" = "close";
# };
#};
map = {
normal = {
"Super+Shift Return" = "spawn alacritty";
"Super+Shift C" = "close";
"Super+Shift Q" = "exit";
"Super J" = "focus-view next";
"Super K" = "focus-view previous";
"Super+Shift J" = "swap next";
"Super+Shift K" = "swap previous";
};
};
#rule-add = {
# "-app-id" = {
# "'bar'" = "csd";
Expand Down

0 comments on commit 050314f

Please sign in to comment.