removed the arrow keys from resizing because of it not being used

This commit is contained in:
Robin
2025-08-23 00:59:53 +02:00
parent b5868482ec
commit 9613179b02
2 changed files with 8 additions and 18 deletions

View File

@@ -136,25 +136,15 @@ bindm = $mainMod, mouse:273, resizewindow
submap=resize
# sets repeatable binds for resizing the active window
binde=,right,resizeactive,10 0
binde=,left,resizeactive,-10 0
binde=,up,resizeactive,0 -10
binde=,down,resizeactive,0 10
binde=SHIFT,right,resizeactive,40 0
binde=SHIFT,left,resizeactive,-40 0
binde=SHIFT,up,resizeactive,0 -40
binde=SHIFT,down,resizeactive,0 40
binde=,l,resizeactive,10 0
binde=,h,resizeactive,-10 0
binde=,j,resizeactive,0 -10
binde=,k,resizeactive,0 10
binde=SHIFT,l,resizeactive,40 0
binde=SHIFT,h,resizeactive,-40 0
binde=SHIFT,j,resizeactive,0 -40
binde=SHIFT,k,resizeactive,0 40
binde=SHIFT,l,resizeactive,50 0
binde=SHIFT,h,resizeactive,-50 0
binde=SHIFT,j,resizeactive,0 -50
binde=SHIFT,k,resizeactive,0 50
# use reset to go back to the global submap
bind=,Q,submap,reset

View File

@@ -1,4 +1,4 @@
@import url('../../.config/wal/colors-waybar.css');
@import url('.config/wal/colors-waybar.css');
@define-color mauve @color4;
@define-color red @color5;
@@ -18,7 +18,7 @@
outline: none;
border: none;
text-shadow:none;
background-color: @background;
background-color: transparent;
}
window {
@@ -55,7 +55,7 @@ window {
}
#input image {
border: none;
color: @red;
color: @mauve;
padding-right:10px;
}
#input * {
@@ -101,5 +101,5 @@ window {
color: @mauve;
}
#entry:drop(active) {
background-color: @lavender !important;
background-color: @lavender;
}