From 3362f9b6444f776bef0541e8cbbdbeb617ff46f8 Mon Sep 17 00:00:00 2001 From: xqtc Date: Mon, 2 Sep 2024 21:01:03 +0200 Subject: [PATCH] Added evcxr; RIJSTING --- home/config-files/hyprland.conf | 28 ++++++++++++++++------------ home/modules/home-pkgs.nix | 1 + 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/home/config-files/hyprland.conf b/home/config-files/hyprland.conf index 8c9b0cf..594d754 100644 --- a/home/config-files/hyprland.conf +++ b/home/config-files/hyprland.conf @@ -43,12 +43,12 @@ general { # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 5 - gaps_out = 20 + gaps_out = 5 border_size = 2 col.active_border = rgba(ff00abee) rgba(d500baee) 45deg col.inactive_border = rgba(595959aa) - layout = dwindle + layout = master } decoration { @@ -91,7 +91,7 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_status = master + new_status = slave } gestures { @@ -119,18 +119,17 @@ bind = $mainMod SHIFT, Q, killactive, bind = $mainMod, F, fullscreen, bind = $mainMod SHIFT, X, exit, # bind = $mainMod, L, exec, swaylock --indicator --clock --effect-blur 7x5 -e -f -i "~/dotfiles_new/walls/walls/1543142967600.jpg" -bind = $mainMod, L, exec, swaylock --indicator --clock --effect-blur 4x5 -e -f -S --fade-in 0.4 --inside-color 1e1e2e --ring-color 45475a --text-color cdd6f4 --inside-wrong-color f38ba8 --ring-wrong-color f38ba8 --inside-ver-color 89b4fa --ring-ver-color 89b4fa +bind = $mainMod, U, exec, swaylock --indicator --clock --effect-blur 4x5 -e -f -S --fade-in 0.4 --inside-color 1e1e2e --ring-color 45475a --text-color cdd6f4 --inside-wrong-color f38ba8 --ring-wrong-color f38ba8 --inside-ver-color 89b4fa --ring-ver-color 89b4fa bind = $mainMod SHIFT, SPACE, togglefloating, bind = $mainMod, P, exec, rofi -show drun -bind = $mainMod SHIFT, P, exec, rofi -show drun -bind = $mainMod SHIFT, P, exec, tofi, # dwindle +bind = $mainMod SHIFT, P, exec, rofi -show run +# bind = $mainMod SHIFT, P, exec, tofi, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod SHIFT, I, exec, grimshot copy area -bind = $mainMod, N, exec, neovide +# bind = $mainMod, N, exec, neovide bind = $mainMod SHIFT, F, exec, firefox -bind = $mainMod, Z, exec, zathura bind = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_SINK@ +5% bind = ,XF86AudioLowerVolume, exec, zsh -c "wpctl set-volume @DEFAULT_SINK@ 5%-" @@ -143,10 +142,15 @@ bind = ,XF86Search, exec, brightnessctl --device='kbd_backlight' set +5% bind = ,XF86LaunchA, exec, brightnessctl --device='kbd_backlight' set 5%- # Move focus with mainMod + arrow keys -bind = $mainMod, left, movefocus, l -bind = $mainMod, right, movefocus, r -bind = $mainMod, up, movefocus, u -bind = $mainMod, down, movefocus, d +bind = $mainMod, H, movefocus, l +bind = $mainMod, L, movefocus, r +bind = $mainMod, K, movefocus, u +bind = $mainMod, J, movefocus, d + +bind = $mainMod SHIFT, H, resizeactive, -10 0 +bind = $mainMod SHIFT, L, resizeactive, 10 0 +bind = $mainMod SHIFT, K, resizeactive, 0 -10 +bind = $mainMod SHIFT, J, resizeactive, 0 10 # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 diff --git a/home/modules/home-pkgs.nix b/home/modules/home-pkgs.nix index 05cc604..fd0764d 100644 --- a/home/modules/home-pkgs.nix +++ b/home/modules/home-pkgs.nix @@ -41,6 +41,7 @@ in { pkgs.ranger pkgs.cargo-mommy + pkgs.evcxr pkgs.just pkgs.fzf