44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 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 $alt 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: pass the final command to swaymsg so that the resulting window can be opened
 | |
| # on the original workspace that the command was run on.
 | |
| set $menu dmenu_path | dmenu | xargs swaymsg exec --
 | |
| 
 | |
| font Terminus 9
 | |
| gaps inner 10
 | |
| default_border none
 | |
| default_border normal 0
 | |
| 
 | |
| ### Output configuration
 | |
| #
 | |
| # Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)
 | |
| # output * bg ~/Wallpapers/deusex.jpg fill
 | |
| 
 | |
| 
 | |
| #for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt, border pixel 10
 | |
| #set $menu exec $term --class=launcher -e /home/paramah/bin/sway-launcher-desktop.sh
 | |
| #bindsym $mod+d exec $menu
 | |
| 
 | |
| # include @sysconfdir@/sway/config.d/*
 | |
| 
 | |
| 
 | |
| include $HOME/.config/sway/sway.d/*.conf
 |