mirror of
				https://github.com/Stunkymonkey/dotfiles.git
				synced 2025-10-29 17:32:10 +01:00 
			
		
		
		
	[sway] add comments and remove restart shortcut which does not exist in sway
This commit is contained in:
		
							parent
							
								
									269dc96ecf
								
							
						
					
					
						commit
						2cd3b59c17
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -17,6 +17,7 @@ input * { | ||||||
| 	xkb_options "caps:escape,grp:win_space_toggle" | 	xkb_options "caps:escape,grp:win_space_toggle" | ||||||
| 	xkb_numlock enabled | 	xkb_numlock enabled | ||||||
| } | } | ||||||
|  | # hide cursor after 10 sec | ||||||
| seat * hide_cursor 10000 | seat * hide_cursor 10000 | ||||||
| 
 | 
 | ||||||
| # background | # background | ||||||
|  | @ -27,8 +28,6 @@ output * bg #2F343F solid_color | ||||||
| exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 | exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 | ||||||
| exec nm-applet | exec nm-applet | ||||||
| exec gnome-keyring-daemon --start --components secrets | exec gnome-keyring-daemon --start --components secrets | ||||||
| # mute microfone |  | ||||||
| exec amixer set Capture nocap |  | ||||||
| exec swayidle \ | exec swayidle \ | ||||||
| 	timeout 285 'notify-send -a lockscreen -c lock-warn -u critical -t 100 -i system-lock-screen "Locking Screen" "Will Lock Screen in 15s"' \ | 	timeout 285 'notify-send -a lockscreen -c lock-warn -u critical -t 100 -i system-lock-screen "Locking Screen" "Will Lock Screen in 15s"' \ | ||||||
| 	timeout 300 '~/.dotfiles/sway/lock.sh' \ | 	timeout 300 '~/.dotfiles/sway/lock.sh' \ | ||||||
|  | @ -43,6 +42,9 @@ exec redshift-gtk -m wayland | ||||||
| exec nextcloud | exec nextcloud | ||||||
| exec feedreader --headless | exec feedreader --headless | ||||||
| 
 | 
 | ||||||
|  | # mute microfone | ||||||
|  | exec amixer set Capture nocap | ||||||
|  | 
 | ||||||
| # font | # font | ||||||
| font pango:Fira Code 12 | font pango:Fira Code 12 | ||||||
| 
 | 
 | ||||||
|  | @ -124,7 +126,6 @@ bindsym --locked XF86AudioPrev exec dbus-send --type=method_call --dest=org.mpri | ||||||
| 
 | 
 | ||||||
| # main commands | # main commands | ||||||
| bindsym $mod+Shift+c reload | bindsym $mod+Shift+c reload | ||||||
| bindsym $mod+Shift+r restart |  | ||||||
| bindsym $mod+Shift+e exit | bindsym $mod+Shift+e exit | ||||||
| 
 | 
 | ||||||
| # start a terminal | # start a terminal | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler