diff options
Diffstat (limited to 'configs/laptop')
-rw-r--r-- | configs/laptop/misc/.config/i3/config.device | 21 | ||||
-rw-r--r-- | configs/laptop/x_server/.Xresources.device | 1 | ||||
-rw-r--r-- | configs/laptop/x_server/.xsessionrc.device | 14 |
3 files changed, 0 insertions, 36 deletions
diff --git a/configs/laptop/misc/.config/i3/config.device b/configs/laptop/misc/.config/i3/config.device deleted file mode 100644 index d96ffdb2b5f3..000000000000 --- a/configs/laptop/misc/.config/i3/config.device +++ /dev/null @@ -1,21 +0,0 @@ -# Laptop-specific configuration - -# My laptop has keys for XFree86 signals that my desktop keyboard currently -# doesn't have. - -# volume controls -bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% # MBP Volume Up -bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% # MBP Volume Down -bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle # MBP Mute - -# playback controls -bindsym XF86AudioPrev exec --no-startup-id playerctl previous -bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause -bindsym XF86AudioNext exec --no-startup-id playerctl next - -# screen brightness controls -bindsym XF86MonBrightnessUp exec xbacklight -inc 15 -bindsym XF86MonBrightnessDown exec xbacklight -dec 15 - -# suspend laptop -bindsym Ctrl+Escape exec systemctl suspend \ No newline at end of file diff --git a/configs/laptop/x_server/.Xresources.device b/configs/laptop/x_server/.Xresources.device deleted file mode 100644 index 3f574b5502df..000000000000 --- a/configs/laptop/x_server/.Xresources.device +++ /dev/null @@ -1 +0,0 @@ -Xft.dpi: 200 \ No newline at end of file diff --git a/configs/laptop/x_server/.xsessionrc.device b/configs/laptop/x_server/.xsessionrc.device deleted file mode 100644 index 97c19f216086..000000000000 --- a/configs/laptop/x_server/.xsessionrc.device +++ /dev/null @@ -1,14 +0,0 @@ -# natural scrolling - trackpad -xinput --set-prop 'DLL07BF:01 06CB:7A13 Touchpad' 'libinput Natural Scrolling Enabled' 1 - -# increase cursor speed - trackpad -xinput --set-prop 'DLL07BF:01 06CB:7A13 Touchpad' 'libinput Accel Speed' 1 - -# natural scrolling - mouse -xinput --set-prop 'Logitech USB Receiver Mouse' 'libinput Natural Scrolling Enabled' 1 - -# increase cursor speed - mouse -xinput --set-prop 'Logitech USB Receiver Mouse' 'libinput Accel Speed' 1 - -# disable touchscreen on laptop -xinput disable 'ELAN Touchscreen' |