diff options
| author | Adam T. Carpenter <atc@53hor.net> | 2023-11-20 18:52:09 -0500 | 
|---|---|---|
| committer | Adam T. Carpenter <atc@53hor.net> | 2023-11-20 18:52:09 -0500 | 
| commit | 14a891ed00683b551c03d2beebf5f31c6d2e5b5e (patch) | |
| tree | 3020c91105eb9bd3069e563e3908b29d876a6a98 /.config/sway | |
| parent | 69fa862744473498be89685db35fddb4eff577c3 (diff) | |
| download | dotfiles-14a891ed00683b551c03d2beebf5f31c6d2e5b5e.tar.xz dotfiles-14a891ed00683b551c03d2beebf5f31c6d2e5b5e.zip | |
vimrc with ale
wpg templates
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 30 | 
1 files changed, 15 insertions, 15 deletions
| diff --git a/.config/sway/config b/.config/sway/config index 072cd8e..a2f4b96 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -2,16 +2,14 @@  ### Output configuration  output eDP-1 { -	background ~/pictures/wallpapers/hudson-wall-edit.jpg fill  	resolution 1920x1080  }  output DP-3 { -	background ~/pictures/wallpapers/hudson-wall-edit.jpg fill  	resolution 2560x1440  } -## GENERAL  +## GENERAL  font pango:sans-serif 13  set $term alacritty @@ -102,10 +100,10 @@ bindsym Mod1+shift+$right move right  bindsym Mod1+shift+$up move up  # resize -bindsym Mod1+i 				resize grow height  -bindsym Mod1+o 				resize grow width  -bindsym Mod1+u 				resize shrink height  -bindsym Mod1+y				resize shrink width  +bindsym Mod1+i 				resize grow height +bindsym Mod1+o 				resize grow width +bindsym Mod1+u 				resize shrink height +bindsym Mod1+y				resize shrink width  ## LAYOUT @@ -124,6 +122,8 @@ bindsym Mod1+shift+c			reload  bindsym Mod1+Return 			split horizontal; exec $term  bindsym Mod1+shift+Return		split vertical; exec $term +bindsym Mod1+control+Return		split horizontal; exec $term -e mosh dev.53hor.net +bindsym Mod1+control+shift+Return		split vertical; exec $term -e mosh dev.53hor.net  #bindsym Mod4+p					exec arandr  #bindsym Mod4+l					exec xautolock -locknow  bindsym Mod1+F1					exec rofi -show combi @@ -145,19 +145,18 @@ bindsym XF86AudioLowerVolume	exec mixer vol -5 && $sigaudio  bindsym XF86AudioRaiseVolume 	exec mixer vol +5 && $sigaudio  bindsym XF86AudioMute			exec mixer vol 0 && $sigaudio  bindsym --release Print			exec grim -bindsym Mod1+Pause				exec swaylock --image ~/pictures/wallpapers/hudson-wall-edit.jpg ; exec doas acpiconf -s3 +bindsym Mod1+Pause				exec swaylock ; exec doas acpiconf -s3  ## COLORS -# class border background foreground -client.focused #A2E5C6 #A2E5C6 #000000 -client.focused_inactive #1C433F #3F938D #ffffff -client.unfocused #1C433F #3F938D #ffffff +# class border background text +client.focused #dcd8d4 #dcd8d4 #272729 +client.unfocused #8F6B55 #8F6B55 #dcd8d4  ## BARS  bar { -	swaybar_command waybar  +	swaybar_command waybar  }  ## MODES @@ -181,8 +180,9 @@ mode $mode_modes {  ## ASSIGNMENTS  assign [class="Firefox"] $ws1 -for_window [class="Thunderbird"] floating enable +for_window [title="Reminders*"] floating enable  for_window [class="pwcview"] floating enable ; sticky enable  for_window [title="wpgtk*"] floating enable -include /usr/local/etc/sway/config.d/* +## STARTUP +exec_always sh /usr/home/atc/.config/wpg/wp-init.sh |