Compare commits
3 Commits
604970e48d
...
8f2a52fb08
Author | SHA1 | Date | |
---|---|---|---|
|
8f2a52fb08 | ||
|
4c7feb15ea | ||
|
6a50246091 |
@ -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 startx
|
exec dbus-run-session sway
|
||||||
else
|
else
|
||||||
exec start-sway.sh
|
exec start-sway.sh
|
||||||
fi
|
fi
|
||||||
|
@ -91,6 +91,11 @@ 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