Compare commits
No commits in common. "8f2a52fb085a3a72ac9d0dc3a83313d8dcad1d1f" and "604970e48de94f5d9f56c80a2480dfd3b0c8712b" have entirely different histories.
8f2a52fb08
...
604970e48d
@ -17,7 +17,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1
|
|||||||
|
|
||||||
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
|
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||||
if [[ ! -z "$IS_LAPTOP" ]]; then
|
if [[ ! -z "$IS_LAPTOP" ]]; then
|
||||||
exec dbus-run-session sway
|
exec startx
|
||||||
else
|
else
|
||||||
exec start-sway.sh
|
exec start-sway.sh
|
||||||
fi
|
fi
|
||||||
|
@ -91,11 +91,6 @@ exec swayidle -w \
|
|||||||
#
|
#
|
||||||
input 1133:50503:Logitech_USB_Receiver accel_profile flat
|
input 1133:50503:Logitech_USB_Receiver accel_profile flat
|
||||||
input 1133:16500:Logitech_G304 accel_profile flat
|
input 1133:16500:Logitech_G304 accel_profile flat
|
||||||
input 1:1:AT_Translated_Set_2_keyboard {
|
|
||||||
xkb_layout "us"
|
|
||||||
xkb_variant "colemak"
|
|
||||||
xkb_options "caps:ctrl_modifier,altwin:swap_alt_win"
|
|
||||||
}
|
|
||||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||||
# Read `man 5 sway-input` for more information about this section.
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user