This commit is contained in:
2025-06-08 19:25:14 -04:00
parent 6480d9e869
commit be23a24852
5 changed files with 13 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
input 2362:12305:ASUP1208:00_093A:3011_Touchpad {
natural_scroll enabled
tap enabled
pointer_accel 0.5
}

View File

@@ -38,3 +38,7 @@ bindsym $mod+Shift+d move right
## Layout management
bindsym $mod+tab layout tabbed
## Laptop
bindsym --locked XF86MonBrightnessUp exec brightnessctl -e4 -n2 -d amdgpu_bl2 set 5%+
bindsym --locked XF86MonBrightnessDown exec brightnessctl -e4 -n2 -d amdgpu_bl2 set 5%-

View File

@@ -43,15 +43,5 @@ default_floating_border normal 4
# Status bar
bar {
font "JetBrainsMono Nerd Font" "Normal" 22
position top
colors {
statusline $text
background $surface0
separator $overlay0
inactive_workspace $surface1 $surface0 $text
active_workspace $surface2 $surface0 $text
focused_workspace $peach $surface0 $text
urgent_workspace $red $surface0 $text
}
swaybar_command waybar
}