diff options
author | lxfdell <sng@luxagraf.net> | 2021-01-17 12:05:47 -0500 |
---|---|---|
committer | lxfdell <sng@luxagraf.net> | 2021-01-17 12:05:47 -0500 |
commit | cd8f098bef406ca83b003a2049dfc3ea29c94320 (patch) | |
tree | e413fccdce9efb6185d6ecadb8c69e799b815800 | |
parent | 58e6a9a4fddcb6851de641c7db245d8c699c054b (diff) |
branch to handle hardware specifics of Dell XPS 13
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 | ||||
-rw-r--r-- | .config/sway/config | 2 | ||||
-rw-r--r-- | .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} ", |