I got a little crazy here. a lot of laptop poop
This commit is contained in:
parent
263d10c080
commit
fab3b36dec
47 changed files with 3726 additions and 189 deletions
30
sway/config
30
sway/config
|
@ -16,7 +16,8 @@ output * bg /usr/share/wallpapers/Flow/contents/images/5120x2880.jpg fill
|
|||
|
||||
###old ~/Pictures/wallpapers/RoyalKing.png
|
||||
|
||||
exec kanshi
|
||||
exec_always kanshi
|
||||
exec /home/chris/.config/sway/autostart.sh
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
|
@ -53,10 +54,10 @@ gaps inner 10
|
|||
|
||||
default_border none
|
||||
|
||||
# border_images.focused /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
|
||||
# border_images.focused_inactive /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
|
||||
# border_images.unfocused /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
|
||||
# border_images.urgent /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
|
||||
# border_images.focused /home/chris/.config/sway/rounded_and_shadows_custom.png
|
||||
# border_images.focused_inactive /home/chris/.config/sway/rounded_and_shadows_custom.png
|
||||
# border_images.unfocused /home/chris/.config/sway/rounded_and_shadows_custom.png
|
||||
# border_images.urgent /home/chris/.config/sway/rounded_and_shadows_custom.png
|
||||
|
||||
font pango: VictorMono Nerd Font 10
|
||||
show_marks yes
|
||||
|
@ -77,10 +78,11 @@ client.focused '#282a36' '#57c7ff' '#34353e' '#34353e'
|
|||
bindsym $mod+c kill
|
||||
|
||||
# Start your launcher
|
||||
bindsym $mod+Mod1+Space exec $menu
|
||||
bindsym $mod+Space exec $menu
|
||||
bindsym $mod+Shift+Menu exec wofi --show drun
|
||||
bindsym $mod+Menu exec wofi --show run | xargs swaymsg exec --
|
||||
bindsym $mod+s exec filesearch
|
||||
bindsym $mod+w exec wofi-window
|
||||
|
||||
#Pass
|
||||
bindsym $mod+p exec wlrofi-rbw
|
||||
|
@ -98,7 +100,7 @@ client.focused '#282a36' '#57c7ff' '#34353e' '#34353e'
|
|||
bindsym $mod+Ctrl+r reload
|
||||
|
||||
# Exit sway (logs you out of your Wayland session)
|
||||
bindsym $mod+Ctrl+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
|
||||
bindsym $mod+Shift+q exec swaymsg exit
|
||||
#
|
||||
# Moving around:
|
||||
#
|
||||
|
@ -163,9 +165,9 @@ client.focused '#282a36' '#57c7ff' '#34353e' '#34353e'
|
|||
bindsym $mod+v splitv
|
||||
|
||||
# Switch the current container between different layout styles
|
||||
bindsym $mod+t layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+q layout toggle split
|
||||
bindsym $mod+y layout stacking
|
||||
bindsym $mod+t layout tabbed
|
||||
bindsym $mod+u layout toggle split
|
||||
|
||||
# Make the current focus fullscreen
|
||||
bindsym $mod+f fullscreen
|
||||
|
@ -174,7 +176,7 @@ client.focused '#282a36' '#57c7ff' '#34353e' '#34353e'
|
|||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
# Swap focus between the tiling area and the floating area
|
||||
bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+Mod1+space focus mode_toggle
|
||||
|
||||
# Move focus to the parent container
|
||||
bindsym $mod+Shift+p focus parent
|
||||
|
@ -237,7 +239,7 @@ bindsym $mod+o mode "$mode_launcher"
|
|||
bindsym $mod+Ctrl+m exec makoctl dismiss -a
|
||||
|
||||
bindsym $mod+e exec emacsclient -c -a emacs
|
||||
bindsym $mod+b exec qutebrowser
|
||||
bindsym $mod+b exec nyxt
|
||||
bindsym $mod+i exec emacsclient -e '(chris/org-agenda)'
|
||||
bindsym $mod+m exec emacsclient -c -e '(mu4e)'
|
||||
bindsym $mod+Shift+d exec dolphin
|
||||
|
@ -252,14 +254,14 @@ bar {
|
|||
}
|
||||
|
||||
|
||||
for_window [title="org-agenda"] floating enable
|
||||
for_window [title="org-agenda"] floating enable, move scratchpad
|
||||
for_window [app_id="mpv"] floating enable
|
||||
for_window [app_id="imv"] floating enable
|
||||
for_window [app_id="dolphin"] floating enable
|
||||
for_window [app_id="pulsemixer"] floating enable
|
||||
for_window [class="\*Org Agenda(a)\*"] floating enable; move scratchpad
|
||||
for_window [app_id="__focused__"] opacity set 1
|
||||
for_window [app_id="qutebrowser"] move container to workspace number 2, opacity set 1
|
||||
for_window [title="Display Window"] move container to workspace number 9, fullscreen enable, move workspace to output right
|
||||
# for_window [app_id="emacs"] opacity set 0.90
|
||||
|
||||
### Locking screen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue