diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/.config/sway/config b/.config/sway/config index 0ba6610..d2ff8db 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -15,8 +15,6 @@ set $up k set $right l # Your preferred terminal emulator set $term x-terminal-emulator -#set $term terminology -#set $term foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. @@ -54,6 +52,10 @@ exec swayidle -w \ # natural_scroll enabled # middle_emulation enabled # } + +input 2:7:SynPS/2_Synaptics_TouchPad events disabled +input 2:10:TPPS\/2_IBM_TrackPoint pointer_accel -.25 + # # 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. @@ -195,6 +197,7 @@ mode "resize" { bindsym Escape mode "default" } bindsym $mod+d mode "resize" +bindsym $mod+t mode "resize" # # Status Bar: @@ -205,7 +208,7 @@ bar { # When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. - status_command while date +'%Y-%m-%d %H:%M:%S %z'; do sleep 60; done + status_command while date +'%a %Y-%m-%d %H:%M:%S %z'; do sleep 1; done colors { statusline #ffffff @@ -216,6 +219,11 @@ bar { include /etc/sway/config.d/* +# richardiv +output eDP-1 mode 3840x2160@60Hz pos 0 0 scale 1 +output DP-2 mode --custom 1280x1024@60Hz pos 3840 0 + +# baldrick # these are somewhat dynamic, annoyingly # Dell E770s? output DP-7 mode 1280x1024@60Hz pos 12224 2700 subpixel none |