AGS, Hyprland, BTop, Fish, Alacritty, Yazi
Removed eww and added simple ags config Removed kitty and added alacritty Removed ranger and added yazi Added btop Edited packages Edited other configs Removed waybar
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Keybindings
|
||||
# Keybindings
|
||||
$mainMod = SUPER
|
||||
|
||||
# General
|
||||
@@ -33,7 +33,7 @@ binde = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||
binde = , XF86MonBrightnessUp, exec, brightnessctl set 5%+
|
||||
|
||||
# Applications
|
||||
bind = $mainMod, T, exec, kitty
|
||||
bind = $mainMod, T, exec, alacritty
|
||||
bind = $mainMod, E, exec, thunar || dolphin
|
||||
bind = $mainMod, G, exec, ~/.config/hypr/scripts/app_launcher.sh c
|
||||
bind = CTRL SHIFT, ESCAPE, exec, gnome-system-monitor
|
||||
@@ -48,6 +48,10 @@ bind = $mainMod, K, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
bind = $mainMod, J, movefocus, d
|
||||
|
||||
# Scrachtpad
|
||||
bind = $mainMod CTRL, 2, togglespecialworkspace,
|
||||
bind = $mainMod CTRL, 1, movetoworkspace, special
|
||||
|
||||
# Move window
|
||||
bind = $mainMod SHIFT, left, movewindow, l
|
||||
bind = $mainMod SHIFT, H, movewindow, l
|
||||
@@ -60,14 +64,14 @@ bind = $mainMod SHIFT, J, movewindow, d
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
|
||||
# Resize windows
|
||||
binde = $mainMod CTRL, left, resizeactive, -10 0
|
||||
binde = $mainMod CTRL, h, resizeactive, -10 0
|
||||
binde = $mainMod CTRL, right, resizeactive, 10 0
|
||||
binde = $mainMod CTRL, l, resizeactive, 10 0
|
||||
binde = $mainMod CTRL, up, resizeactive, 0 -10
|
||||
binde = $mainMod CTRL, k, resizeactive, 0 -10
|
||||
binde = $mainMod CTRL, down, resizeactive, 0 10
|
||||
binde = $mainMod CTRL, j, resizeactive, 0 10
|
||||
binde = $mainMod CTRL, left, resizeactive, -20 0
|
||||
binde = $mainMod CTRL, h, resizeactive, -20 0
|
||||
binde = $mainMod CTRL, right, resizeactive, 20 0
|
||||
binde = $mainMod CTRL, l, resizeactive, 20 0
|
||||
binde = $mainMod CTRL, up, resizeactive, 0 -20
|
||||
binde = $mainMod CTRL, k, resizeactive, 0 -20
|
||||
binde = $mainMod CTRL, down, resizeactive, 0 20
|
||||
binde = $mainMod CTRL, j, resizeactive, 0 20
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
# Move active window to a workspace
|
||||
|
||||
Reference in New Issue
Block a user