Compare commits

...

2 Commits

Author SHA1 Message Date
5fb0f26bff README.md 2025-09-04 18:33:46 +02:00
720e6c40b6 .config/sway/config 2025-09-04 18:33:18 +02:00
2 changed files with 10 additions and 1 deletions

View File

@ -304,6 +304,15 @@ exec_always {
gsettings set $gnome-schema font-name 'Sans 10'
}
input type:touchpad {
tap enabled
natural_scroll enabled
scroll_method two_finger
#click_method clickfinger
}
bindsym XF86MonBrightnessUp exec brightnessctl set +10%
bindsym XF86MonBrightnessDown exec brightnessctl set 10%-
# Start swaybar to display a workspace bar
bar {

View File

@ -19,7 +19,7 @@ sway-wm - My tiling Sway configuration for Debian
adwaita-qt6 adwaita-qt qt5ct qt6ct wofi keepassxc wmctrl procps clipman pcmanfm jq dex git \
geany xarchiver iwd fonts-noto fonts-noto-core fonts-noto-extra fonts-noto-mono waybar \
xdg-desktop-portal-gtk xdg-desktop-portal xdg-desktop-portal-wlr fonts-liberation psmisc \
sway-notification-center xwayland
sway-notification-center xwayland brightnessctl
````
```shell