1

Compare commits

...

2 Commits

Author SHA1 Message Date
7d188cc507 Neovim: Byte-compile init.lua 2024-10-13 21:40:34 +02:00
60ed556d07 Hyprland: Update hyprpicker shortcuts 2024-10-13 21:40:23 +02:00
2 changed files with 3 additions and 4 deletions

View File

@ -70,12 +70,11 @@ rec {
"$mainMod, T" = ["exec, kitty"];
"$mainMod, E" = ["exec, kitty"];
"$mainMod, N" = ["exec, neovide"];
# "$mainMod, T" = ["exec, alacritty -o font.size=12 -e tmux"];
# "$mainMod, E" = ["exec, alacritty -o font.size=12 -e tmux"];
"$mainMod, P" = ["exec, hyprpicker -a"];
"$mainMod, P" = ["exec, hyprpicker -autocopy -format=hex"];
"$mainMod, S" = ["exec, grim -g \"$(slurp)\""];
"$mainMod CTRL, S" = ["exec, grim -g \"$(slurp)\" - | wl-copy"];
"$mainMod SHIFT, S" = ["exec, grim -g \"$(slurp)\" - | wl-copy"];
", XF86AudioRaiseVolume" = ["exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+"];
", XF86AudioLowerVolume" = ["exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%-"];

View File

@ -98,7 +98,7 @@ in {
performance.byteCompileLua = {
enable = true;
configs = true;
initLua = false; # When debugging init.lua turn this off
initLua = true; # When debugging init.lua turn this off
nvimRuntime = true;
plugins = true;
};