Remove program shortcuts that conflict with sway binds
This commit is contained in:
parent
30df2bfc4b
commit
950e23aa0b
|
@ -144,16 +144,12 @@
|
|||
"${modifier}+F1" = "exec ${programs.swaylock.package}/bin/swaylock --screenshots --clock --indicator --grace-no-mouse";
|
||||
"${modifier}+z" = "exec ${pkgs.swaynotificationcenter}/bin/swaync-client -t -sw";
|
||||
"${modifier}+Shift+z" = "exec ${pkgs.swaynotificationcenter}/bin/swaync-client -d -sw";
|
||||
"${modifier}+Shift+Return" = "exec ${programs.emacs.finalPackage}/bin/emacsclient -c";
|
||||
# "${modifier}+s" = "exec ${withTerm {
|
||||
# progname = "btm";
|
||||
# args = "--autohide_time --battery --celsius --enable_cache_memory --enable_gpu_memory --group --hide_avg_cpu --hide_table_gap --retention=3m --show_table_scroll_position";
|
||||
# }}";
|
||||
# "${modifier}+c" = "exec ${withTerm {progname = "cava";}}"
|
||||
|
||||
# Program shortcuts
|
||||
"${modifier}+e" = "exec ${programs.emacs.finalPackage}/bin/emacsclient -c";
|
||||
"${modifier}+w" = "exec ${programs.firefox.package}/bin/firefox";
|
||||
"${modifier}+f" = "exec ${pkgs.xfce.thunar}/bin/thunar";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue