| 
									
										
										
										
											2022-10-17 18:47:21 -04:00
										 |  |  | # Default config for sway | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Copy this to ~/.config/sway/config and edit it to your liking. | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Read `man 5 sway` for a complete reference. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ### Variables | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Logo key. Use Mod1 for Alt. | 
					
						
							|  |  |  | set $mod Mod4 | 
					
						
							|  |  |  | # set $mod Mod1 | 
					
						
							|  |  |  | # Home row direction keys, like vim | 
					
						
							|  |  |  | set $left h | 
					
						
							|  |  |  | set $down j | 
					
						
							|  |  |  | set $up k | 
					
						
							|  |  |  | set $right l | 
					
						
							|  |  |  | # Your preferred terminal emulator | 
					
						
							|  |  |  | set $term alacritty | 
					
						
							|  |  |  | # Your preferred application launcher | 
					
						
							|  |  |  | # Note: it's recommended that you pass the final command to sway | 
					
						
							|  |  |  | # set $menu dmenu_path | dmenu | xargs swaymsg exec | 
					
						
							| 
									
										
										
										
											2022-10-26 23:42:18 -04:00
										 |  |  | set $menu wofi --show drun --gtk-dark | 
					
						
							| 
									
										
										
										
											2022-10-17 18:47:21 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-16 18:18:18 -05:00
										 |  |  | # Do not show a title bar on windows | 
					
						
							|  |  |  | default_border pixel 2 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-10-17 18:47:21 -04:00
										 |  |  | bindsym $mod+grave exec $term | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | include ~/.config/sway/config.d/*.conf | 
					
						
							| 
									
										
										
										
											2022-10-17 22:41:38 -04:00
										 |  |  | include /etc/sway/config.d/* |