diff options
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/sway/config b/.config/sway/config index 93caf4d..6b67de0 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -63,7 +63,7 @@ input type:keyboard { xkb_layout "fr" } -input "1739:52544:SYNA7DAB:00_06CB:CD40_Touchpad" { +input type:touchpad { tap enabled natural_scroll enabled } @@ -216,11 +216,12 @@ bindsym $mod+r mode "resize" # # Read `man 5 sway-bar` for more information about this section. bar { - position top + position bottom # When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. - status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done + # status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done + status_command i3status colors { statusline #ffffff |
