Sat Jun 1 05:55:08 PM CEST 2024
This commit is contained in:
parent
113a871320
commit
3c2e5ecbf2
|
@ -9,7 +9,6 @@ let
|
|||
wl-paste = "${pkgs.wl-clipboard}/bin/wl-paste";
|
||||
hyprpaper = "${pkgs.hyprpaper}/bin/hyprpaper";
|
||||
waybar = "${pkgs.waybar}/bin/waybar";
|
||||
scripts = "${config.xdg.configHome}/scripts";
|
||||
wpctl = "${pkgs.wireplumber}/bin/wpctl";
|
||||
alacritty = "${pkgs.alacritty}/bin/alacritty";
|
||||
swaylock = "${pkgs.swaylock}/bin/swaylock";
|
||||
|
@ -210,7 +209,7 @@ in
|
|||
"$mainMod, Y, exec, ${config.xdg.configHome}/rofi/rofi-ykman.sh"
|
||||
"$mainMod, N, exec, ${config.xdg.configHome}/rofi/rofi-ssh.sh"
|
||||
|
||||
"$mainMod, Escape, exec, ${rofi} -show power-menu -modi power-menu:${scripts}/rofi-power-menu"
|
||||
"$mainMod, Escape, exec, ${rofi} -show power-menu -modi power-menu:${./files/rofi-power-menu}"
|
||||
|
||||
",XF86MonBrightnessUp, exec, xbacklight -inc 10"
|
||||
",XF86MonBrightnessDown, exec, xbacklight -dec 10"
|
||||
|
@ -227,10 +226,10 @@ in
|
|||
"$mainMod,XF86AudioLowerVolume, exec, ${playerctl} previous"
|
||||
", Print, exec, grim -g \"$(slurp -d)\" - | wl-copy"
|
||||
|
||||
"$mainMod, H, exec, ${scripts}/vim-hypr-nav.sh l"
|
||||
"$mainMod, L, exec, ${scripts}/vim-hypr-nav.sh r"
|
||||
"$mainMod, K, exec, ${scripts}/vim-hypr-nav.sh u"
|
||||
"$mainMod, J, exec, ${scripts}/vim-hypr-nav.sh d"
|
||||
"$mainMod, H, exec, ${./files/vim-hypr-nav.sh} l"
|
||||
"$mainMod, L, exec, ${./files/vim-hypr-nav.sh} r"
|
||||
"$mainMod, K, exec, ${./files/vim-hypr-nav.sh} u"
|
||||
"$mainMod, J, exec, ${./files/vim-hypr-nav.sh} d"
|
||||
"$mainMod CONTROL_L, H, swapwindow, l"
|
||||
"$mainMod CONTROL_L, L, swapwindow, r"
|
||||
"$mainMod CONTROL_L, K, swapwindow, u"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
papirus-icon-theme
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue