Added evcxr; RIJSTING

This commit is contained in:
xqtc 2024-09-02 21:01:03 +02:00
parent 780d8d4e67
commit 3362f9b644
2 changed files with 17 additions and 12 deletions

View file

@ -43,12 +43,12 @@ general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 5 gaps_in = 5
gaps_out = 20 gaps_out = 5
border_size = 2 border_size = 2
col.active_border = rgba(ff00abee) rgba(d500baee) 45deg col.active_border = rgba(ff00abee) rgba(d500baee) 45deg
col.inactive_border = rgba(595959aa) col.inactive_border = rgba(595959aa)
layout = dwindle layout = master
} }
decoration { decoration {
@ -91,7 +91,7 @@ dwindle {
master { master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_status = master new_status = slave
} }
gestures { gestures {
@ -119,18 +119,17 @@ bind = $mainMod SHIFT, Q, killactive,
bind = $mainMod, F, fullscreen, bind = $mainMod, F, fullscreen,
bind = $mainMod SHIFT, X, exit, 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 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 SHIFT, SPACE, togglefloating,
bind = $mainMod, P, exec, rofi -show drun bind = $mainMod, P, exec, rofi -show drun
bind = $mainMod SHIFT, P, exec, rofi -show drun bind = $mainMod SHIFT, P, exec, rofi -show run
bind = $mainMod SHIFT, P, exec, tofi, # dwindle # bind = $mainMod SHIFT, P, exec, tofi, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod SHIFT, I, exec, grimshot copy area 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 SHIFT, F, exec, firefox
bind = $mainMod, Z, exec, zathura
bind = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_SINK@ +5% bind = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_SINK@ +5%
bind = ,XF86AudioLowerVolume, exec, zsh -c "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%- bind = ,XF86LaunchA, exec, brightnessctl --device='kbd_backlight' set 5%-
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l bind = $mainMod, H, movefocus, l
bind = $mainMod, right, movefocus, r bind = $mainMod, L, movefocus, r
bind = $mainMod, up, movefocus, u bind = $mainMod, K, movefocus, u
bind = $mainMod, down, movefocus, d 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] # Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1 bind = $mainMod, 1, workspace, 1

View file

@ -41,6 +41,7 @@ in {
pkgs.ranger pkgs.ranger
pkgs.cargo-mommy pkgs.cargo-mommy
pkgs.evcxr
pkgs.just pkgs.just
pkgs.fzf pkgs.fzf