mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Add notepad shortcut
This commit is contained in:
parent
d305a3b305
commit
df60c3dccd
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,6 @@
|
|||
"$terminal" = "kitty";
|
||||
"$browser" = "brave";
|
||||
"$fileManager" = "nemo";
|
||||
"$editor" = "codium";
|
||||
|
||||
bind =
|
||||
[
|
||||
|
|
@ -25,9 +24,10 @@
|
|||
"$mod, V, exec, ${lib.getExe pkgs.cliphist} list | rofi -dmenu | ${lib.getExe pkgs.cliphist} decode | ${lib.getExe' pkgs.wl-clipboard "wl-copy"}"
|
||||
"$mod, B, exec, $browser"
|
||||
"$mod, F, exec, $fileManager"
|
||||
"$mod, C, exec, $editor"
|
||||
"$mod, C, exec, codium"
|
||||
"$mod, S, exec, spotify"
|
||||
"$mod, D, exec, webcord"
|
||||
"$mod, N, exec, notepadqq --new-window"
|
||||
|
||||
# Move focus
|
||||
"$mod, left, movefocus, l"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue