Compare commits
	
		
			No commits in common. "master" and "2a58f121fcf8fe655849def59f63d34eda20aba5" have entirely different histories.
		
	
	
		
			master
			...
			2a58f121fc
		
	
		
| @ -1,9 +0,0 @@ | ||||
| # Sway Config: Autolaunch Monitor Workspace | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| # Include monitor-workspace.conf | ||||
| include $dir-conf/available/extras/monitor-workspace.conf | ||||
| 
 | ||||
| # Launch monitor on startup | ||||
| exec $monitor-launch | ||||
| @ -19,11 +19,5 @@ for_window [app_id="bpytop"] { | ||||
| 	fullscreen enable | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| # Launch bpytop with custom app_id | ||||
| set $monitor-launch "alacritty --class bpytop -e bpytop" | ||||
| 
 | ||||
| # Launch monitor on key combo | ||||
| bindsym $mod+Alt+$ws-monitor-key exec $monitor-launch | ||||
| 
 | ||||
| # To launch on startup, link to ./autolaunch-monitor-workspace.conf instead. | ||||
| bindsym $mod+Alt+$ws-monitor-key exec "alacritty --class bpytop -e bpytop" | ||||
|  | ||||
| @ -9,7 +9,7 @@ set $dir-utils $dir-conf/utils | ||||
| set $dir-wallpapers /usr/share/backgrounds | ||||
| 
 | ||||
| # Default Background | ||||
| set $default-background $dir-wallpapers/thurstylark/linux/linux-spacetux.jpg | ||||
| set $default-background $dir-wallpapers/thurstylark/spacetux.jpg | ||||
| 
 | ||||
| # Using Logo key | ||||
| set $mod Mod4 | ||||
|  | ||||
| @ -19,9 +19,5 @@ bindsym $mod+d exec $menu | ||||
| bindsym $mod+Shift+c reload | ||||
| 
 | ||||
| 
 | ||||
| # Toggle border style with $mod+Shift+b | ||||
| bindsym $mod+Shift+b border toggle | ||||
| 
 | ||||
| 
 | ||||
| # Exit sway | ||||
| bindsym $mod+Shift+e exit | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| # Sway Config: Focus | ||||
| # Sway Config: Movement | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
|  | ||||
| @ -2,8 +2,10 @@ | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| include $dir-utils/output/set-bg | ||||
| 
 | ||||
| set $o-id "*" | ||||
| set $o-bg-path $$(/usr/share/backgrounds/thurstylark/tl-wallpaper-shuf.bash) | ||||
| set $o-bg-path $$(find $dir-wallpapers -type f \( -iname \*.jpg -o -iname \*.png \) -not -path $dir-wallpapers/sway/\* | shuf -n 1 ) | ||||
| set $o-bg-fill "#000000" | ||||
| 
 | ||||
| output $o-id bg $o-bg-path fill $o-bg-fill | ||||
|  | ||||
							
								
								
									
										16
									
								
								.config/sway/kd-laptop/20-input-tweaks.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.config/sway/kd-laptop/20-input-tweaks.conf
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,16 @@ | ||||
| # Sway Config: Input Config | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| set $touchpad "2:7:SynPS/2_Synaptics_Touchpad" | ||||
| set $trackpoint "2:10:TPPS/2_IBM_TrackPoint" | ||||
| set $trackpoint2 "1267:41:Elan_TrackPoint" | ||||
| 
 | ||||
| # Touchpad options | ||||
| input $touchpad { | ||||
| 	pointer_accel 0.5 | ||||
| } | ||||
| 
 | ||||
| # Disable Trackpoint | ||||
| input $trackpoint events disabled | ||||
| input $trackpoint2 events disabled | ||||
| @ -1,4 +1,4 @@ | ||||
| #order += "dropboxd_status" | ||||
| order += "dropboxd_status" | ||||
| order += "arch_updates" | ||||
| order += "volume_status" | ||||
| order += "sysdata" | ||||
							
								
								
									
										1
									
								
								.config/sway/kd-laptop/default-bg.conf
									
									
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								.config/sway/kd-laptop/default-bg.conf
									
									
									
									
									
										Symbolic link
									
								
							| @ -0,0 +1 @@ | ||||
| ../available/output/default-bg.conf | ||||
							
								
								
									
										1
									
								
								.config/sway/kd-laptop/idle-lock.conf
									
									
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								.config/sway/kd-laptop/idle-lock.conf
									
									
									
									
									
										Symbolic link
									
								
							| @ -0,0 +1 @@ | ||||
| ../available/general/idle-lock.conf | ||||
							
								
								
									
										15
									
								
								.config/sway/kd-laptop/outputs/desk-primary.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.config/sway/kd-laptop/outputs/desk-primary.conf
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,15 @@ | ||||
| # Sway Config: Output | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| set $o-id "Samsung Electric Company U32J59x H4ZM800632" | ||||
| set $o-mode "2560x1440@59Hz" | ||||
| set $o-pos-x "1920" | ||||
| set $o-pos-y "0" | ||||
| 
 | ||||
| 
 | ||||
| # Do the thing | ||||
| output $o-id { | ||||
| 	mode $o-mode | ||||
| 	pos $o-pos-x $o-pos-y | ||||
| } | ||||
							
								
								
									
										15
									
								
								.config/sway/kd-laptop/outputs/desk-secondary.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.config/sway/kd-laptop/outputs/desk-secondary.conf
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,15 @@ | ||||
| # Sway Config: Output | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| set $o-id "Goldstar Company Ltd LG FULL HD 503NDWEH8441" | ||||
| set $o-mode "1920x1080@60Hz" | ||||
| set $o-pos-x "4480" | ||||
| set $o-pos-y "0" | ||||
| 
 | ||||
| 
 | ||||
| # Do the thing | ||||
| output $o-id { | ||||
| 	mode $o-mode | ||||
| 	pos $o-pos-x $o-pos-y | ||||
| } | ||||
							
								
								
									
										15
									
								
								.config/sway/kd-laptop/outputs/laptop.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.config/sway/kd-laptop/outputs/laptop.conf
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,15 @@ | ||||
| # Sway Config: Output | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| set $o-id "eDP-1" | ||||
| set $o-mode "1920x1080@60Hz" | ||||
| set $o-pos-x "0" | ||||
| set $o-pos-y "0" | ||||
| 
 | ||||
| 
 | ||||
| # Do the thing | ||||
| output $o-id { | ||||
| 	mode $o-mode | ||||
| 	pos $o-pos-x $o-pos-y | ||||
| } | ||||
| @ -1 +0,0 @@ | ||||
| ../available/extras/autolaunch-monitor-workspace.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/extras/media-workspace.conf | ||||
| @ -1,11 +0,0 @@ | ||||
| # Sway Config: Workspace assignments | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| # Make initial workspace assignments | ||||
| workspace $ws-monitor output $o-ws-monitor | ||||
| workspace $ws-media output $o-ws-media | ||||
| workspace 1 output $o-ws-1 | ||||
| 
 | ||||
| # Focus workspace 1 for user input | ||||
| workspace 1 | ||||
| @ -27,7 +27,3 @@ output $o-id { | ||||
| 	scale $o-scalefactor | ||||
| 	subpixel $o-subpixel | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| # Set this display up as the initial location for the media workspace | ||||
| set $o-ws-media "Ancor Communications Inc ASUS PB287Q 0x00005B34" | ||||
|  | ||||
| @ -1,19 +0,0 @@ | ||||
| # Sway Config: Output | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| # Display ID is required | ||||
| set $o-id "HDMI-A-1" | ||||
| 
 | ||||
| # Mode | ||||
| set $o-mode "1920x1080@60Hz" | ||||
| 
 | ||||
| # Do the thing | ||||
| #  (comment or remove direcives that are unnecessary to avoid errors) | ||||
| output $o-id { | ||||
| 	mode $o-mode | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| # Assign the Monitor workspace to this output | ||||
| set $o-ws-monitor "HDMI-A-1" | ||||
| @ -3,7 +3,7 @@ | ||||
| # Thurstylark | ||||
| 
 | ||||
| # Display ID is required | ||||
| set $o-id "ASUSTek COMPUTER INC ASUS VP348 0x0000CA5D" | ||||
| set $o-id "Unknown ASUS VP348 0x0000CA5D" | ||||
| 
 | ||||
| # Mode | ||||
| set $o-mode "3440x1440@75Hz" | ||||
| @ -19,7 +19,3 @@ output $o-id { | ||||
| 	mode $o-mode | ||||
| 	position $o-pos-x $o-pos-y | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| # Set this output up as the initial output for workspace 1 | ||||
| set $o-ws-1 $o-id | ||||
|  | ||||
| @ -1,15 +0,0 @@ | ||||
| # Sway Config: Common Input Configuration | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| 
 | ||||
| # Set common touchpad options | ||||
| input type:touchpad { | ||||
| 	tap disabled | ||||
| 	click_method clickfinger | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| # Touchscreen and Pen Mapping | ||||
| input type:touch map_to_output $o-id | ||||
| input type:tablet_tool map_to_output $o-id | ||||
| @ -1,25 +0,0 @@ | ||||
| # Sway Config: Output | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| # Display ID is required | ||||
| set $o-id "eDP-1" | ||||
| 
 | ||||
| # Mode | ||||
| set $o-mode "1366x768@60Hz" | ||||
| 
 | ||||
| # Position | ||||
| set $o-pos-x "0" | ||||
| set $o-pos-y "0" | ||||
| 
 | ||||
| # Scale Factor | ||||
| set $o-scalefactor "1" | ||||
| 
 | ||||
| 
 | ||||
| # Do the thing | ||||
| #  (comment or remove direcives that are unnecessary to avoid errors) | ||||
| output $o-id { | ||||
| 	mode $o-mode | ||||
| 	position $o-pos-x $o-pos-y | ||||
| 	scale $o-scalefactor | ||||
| } | ||||
| @ -1 +0,0 @@ | ||||
| ../available/output/random-bg.conf | ||||
| @ -1,18 +0,0 @@ | ||||
| # Sway config: Display rotation | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| 
 | ||||
| set $rotate-display eDP-1 | ||||
| 
 | ||||
| bindsym $mod+Backslash mode "Rotate" | ||||
| 
 | ||||
| #input $i-wacom-pen map_to_output $o-internal-id | ||||
| #input $i-wacom-touch map_to_output $o-internal-id | ||||
| 
 | ||||
| mode "Rotate" { | ||||
| 	bindsym Down output $rotate-display transform normal; mode "default" | ||||
| 	bindsym Left output $rotate-display transform 90 clockwise; mode "default" | ||||
| 	bindsym Right output $rotate-display transform 90 anticlockwise; mode "default" | ||||
| 	bindsym Up output $rotate-display transform 180 clockwise; mode "default" | ||||
| } | ||||
| @ -1 +0,0 @@ | ||||
| ../available/general/variables.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/general/base.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/base.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/output/sane-default.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/output/configure.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/input/input.conf | ||||
| @ -1,15 +0,0 @@ | ||||
| # Sway Config: Common Input Configuration | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| 
 | ||||
| # Set common touchpad options | ||||
| input type:touchpad { | ||||
| 	tap disabled | ||||
| 	click_method clickfinger | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| # Touchscreen and Pen Mapping | ||||
| input type:touch map_to_output $o-id | ||||
| input type:tablet_tool map_to_output $o-id | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/workspaces.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/backlight-keys.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/output/backlight-min.conf | ||||
| @ -1,46 +0,0 @@ | ||||
| #order += "dropboxd_status" | ||||
| order += "arch_updates" | ||||
| order += "volume_status" | ||||
| order += "sysdata" | ||||
| order += "keyboard_locks" | ||||
| order += "battery_level" | ||||
| order += "group time" | ||||
| 
 | ||||
| group time { | ||||
|     clock "local" { | ||||
|             format_time = "%F %H:%M" | ||||
|     } | ||||
|     clock "zulu" { | ||||
|             format = "{UTC}" | ||||
|             format_time = "%Y%m%d %H%Mz" | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| arch_updates { | ||||
|         format = "U: {pacman}" | ||||
| } | ||||
| 
 | ||||
| battery_level { | ||||
|         format = "🔋{percent}% ({time_remaining})" | ||||
|         hide_seconds = true | ||||
|         threshold_full = 80 | ||||
| } | ||||
| 
 | ||||
| keyboard_locks { | ||||
|         format = "[\?if=num_lock&color=good N|\?color=bad n] [\?if=caps_lock&color=good C|\?color=bad c] [\?if=scroll_lock&color=good S|\?color=bad s]" | ||||
| } | ||||
| 
 | ||||
| volume_status { | ||||
|         command = "pactl" | ||||
|         max_volume = 100 | ||||
| } | ||||
| 
 | ||||
| sysdata { | ||||
|         format = "[\?color=cpu CPU: {cpu_used_percent}%], [\?color=mem Mem: {mem_used_percent}%], [\?color=load L1: {load1}], [\?color=load L5: {load5}], [\?color=load L15: {load15}]" | ||||
| } | ||||
| 
 | ||||
| dropboxd_status { | ||||
|         format = "KD_DB: {status}" | ||||
|         status_on = "✓" | ||||
|         status_off = "DOWN" | ||||
| } | ||||
| @ -1 +0,0 @@ | ||||
| ../available/input/cursor-hide.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/focus.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/movement.conf | ||||
| @ -1,25 +0,0 @@ | ||||
| # Sway Config: Output | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| # Display ID is required | ||||
| set $o-id "eDP-1" | ||||
| 
 | ||||
| # Mode | ||||
| set $o-mode "1366x768@60Hz" | ||||
| 
 | ||||
| # Position | ||||
| set $o-pos-x "0" | ||||
| set $o-pos-y "0" | ||||
| 
 | ||||
| # Scale Factor | ||||
| set $o-scalefactor "1" | ||||
| 
 | ||||
| 
 | ||||
| # Do the thing | ||||
| #  (comment or remove direcives that are unnecessary to avoid errors) | ||||
| output $o-id { | ||||
| 	mode $o-mode | ||||
| 	position $o-pos-x $o-pos-y | ||||
| 	scale $o-scalefactor | ||||
| } | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/passmenu.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/playerctl-media-keys.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/pulse-media-keys.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/bar/py3status.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/output/random-bg.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/mode/resize.conf | ||||
| @ -1,18 +0,0 @@ | ||||
| # Sway config: Display rotation | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| 
 | ||||
| set $rotate-display eDP-1 | ||||
| 
 | ||||
| bindsym $mod+Backslash mode "Rotate" | ||||
| 
 | ||||
| #input $i-wacom-pen map_to_output $o-internal-id | ||||
| #input $i-wacom-touch map_to_output $o-internal-id | ||||
| 
 | ||||
| mode "Rotate" { | ||||
| 	bindsym Down output $rotate-display transform normal; mode "default" | ||||
| 	bindsym Left output $rotate-display transform 90 clockwise; mode "default" | ||||
| 	bindsym Right output $rotate-display transform 90 anticlockwise; mode "default" | ||||
| 	bindsym Up output $rotate-display transform 180 clockwise; mode "default" | ||||
| } | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/scratchpad.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/screen-lock.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/suspend.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/extras/terminal-workspace.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/general/variables.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/general/base.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/base.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/output/sane-default.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/output/configure.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/input/input.conf | ||||
| @ -1,15 +0,0 @@ | ||||
| # Sway Config: Common Input Configuration | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| 
 | ||||
| # Set common touchpad options | ||||
| input type:touchpad { | ||||
| 	tap disabled | ||||
| 	click_method clickfinger | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| # Touchscreen and Pen Mapping | ||||
| input type:touch map_to_output $o-id | ||||
| input type:tablet_tool map_to_output $o-id | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/workspaces.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/backlight-keys.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/output/backlight-min.conf | ||||
| @ -1,46 +0,0 @@ | ||||
| #order += "dropboxd_status" | ||||
| order += "arch_updates" | ||||
| order += "volume_status" | ||||
| order += "sysdata" | ||||
| order += "keyboard_locks" | ||||
| order += "battery_level" | ||||
| order += "group time" | ||||
| 
 | ||||
| group time { | ||||
|     clock "local" { | ||||
|             format_time = "%F %H:%M" | ||||
|     } | ||||
|     clock "zulu" { | ||||
|             format = "{UTC}" | ||||
|             format_time = "%Y%m%d %H%Mz" | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| arch_updates { | ||||
|         format = "U: {pacman}" | ||||
| } | ||||
| 
 | ||||
| battery_level { | ||||
|         format = "🔋{percent}% ({time_remaining})" | ||||
|         hide_seconds = true | ||||
|         threshold_full = 80 | ||||
| } | ||||
| 
 | ||||
| keyboard_locks { | ||||
|         format = "[\?if=num_lock&color=good N|\?color=bad n] [\?if=caps_lock&color=good C|\?color=bad c] [\?if=scroll_lock&color=good S|\?color=bad s]" | ||||
| } | ||||
| 
 | ||||
| volume_status { | ||||
|         command = "pactl" | ||||
|         max_volume = 100 | ||||
| } | ||||
| 
 | ||||
| sysdata { | ||||
|         format = "[\?color=cpu CPU: {cpu_used_percent}%], [\?color=mem Mem: {mem_used_percent}%], [\?color=load L1: {load1}], [\?color=load L5: {load5}], [\?color=load L15: {load15}]" | ||||
| } | ||||
| 
 | ||||
| dropboxd_status { | ||||
|         format = "KD_DB: {status}" | ||||
|         status_on = "✓" | ||||
|         status_off = "DOWN" | ||||
| } | ||||
| @ -1 +0,0 @@ | ||||
| ../available/input/cursor-hide.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/focus.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/extras/media-workspace.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/extras/monitor-workspace.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/movement.conf | ||||
| @ -1,25 +0,0 @@ | ||||
| # Sway Config: Output | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| # Display ID is required | ||||
| set $o-id "Apple Computer Inc Color LCD Unknown" | ||||
| 
 | ||||
| # Mode | ||||
| set $o-mode "2880x1800@60Hz" | ||||
| 
 | ||||
| # Position | ||||
| set $o-pos-x "0" | ||||
| set $o-pos-y "0" | ||||
| 
 | ||||
| # Scale Factor | ||||
| set $o-scalefactor "1.5" | ||||
| 
 | ||||
| 
 | ||||
| # Do the thing | ||||
| #  (comment or remove direcives that are unnecessary to avoid errors) | ||||
| output $o-id { | ||||
| 	mode $o-mode | ||||
| 	position $o-pos-x $o-pos-y | ||||
| 	scale $o-scalefactor | ||||
| } | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/passmenu.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/playerctl-media-keys.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/pulse-media-keys.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/bar/py3status.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/output/random-bg.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/mode/resize.conf | ||||
| @ -1,18 +0,0 @@ | ||||
| # Sway config: Display rotation | ||||
| # | ||||
| # Thurstylark | ||||
| 
 | ||||
| 
 | ||||
| set $rotate-display eDP-1 | ||||
| 
 | ||||
| bindsym $mod+Backslash mode "Rotate" | ||||
| 
 | ||||
| #input $i-wacom-pen map_to_output $o-internal-id | ||||
| #input $i-wacom-touch map_to_output $o-internal-id | ||||
| 
 | ||||
| mode "Rotate" { | ||||
| 	bindsym Down output $rotate-display transform normal; mode "default" | ||||
| 	bindsym Left output $rotate-display transform 90 clockwise; mode "default" | ||||
| 	bindsym Right output $rotate-display transform 90 anticlockwise; mode "default" | ||||
| 	bindsym Up output $rotate-display transform 180 clockwise; mode "default" | ||||
| } | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/scratchpad.conf | ||||
| @ -1 +0,0 @@ | ||||
| ../available/keybinds/screen-lock.conf | ||||
Some files were not shown because too many files have changed in this diff Show More
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user