From cd8f098bef406ca83b003a2049dfc3ea29c94320 Mon Sep 17 00:00:00 2001 From: lxfdell Date: Sun, 17 Jan 2021 12:05:47 -0500 Subject: branch to handle hardware specifics of Dell XPS 13 --- .config/alacritty/alacritty.yml | 2 +- .config/sway/config | 2 +- .config/waybar/config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index b4bbe03..be06481 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -120,7 +120,7 @@ font: # Point size of the font #size: 10.0 - size: 15 + size: 14 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/.config/sway/config b/.config/sway/config index 5879f93..d40c186 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -28,7 +28,7 @@ bindsym $mod+F12 exec $screenclip # background output * bg $background fill -input "2:7:SynPS/2_Synaptics_TouchPad" { +input "1739:30383:DELL07E6:00_06CB:76AF_Touchpad" { natural_scroll enabled } # change focus diff --git a/.config/waybar/config b/.config/waybar/config index e379c02..9d3deb3 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -30,7 +30,7 @@ "tooltip": false }, "network": { - "interface": "wlp3s0", + "interface": "wlp2s0", "format": "{ifname}", "format-wifi": "{essid} ({signalStrength}%) | ", "format-ethernet": "{ifname} ", -- cgit v1.2.3-70-g09d2