make nyxt sleeker
This commit is contained in:
parent
72b6c49e94
commit
c5d884ccb5
10 changed files with 247 additions and 109 deletions
16
sway/config
16
sway/config
|
@ -54,10 +54,10 @@ gaps inner 10
|
|||
|
||||
default_border none
|
||||
|
||||
# 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
|
||||
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
|
||||
|
@ -253,6 +253,8 @@ bar {
|
|||
workspace_buttons yes
|
||||
}
|
||||
|
||||
workspace 9 output DP-4
|
||||
workspace 3 output eDP-1
|
||||
|
||||
for_window [title="org-agenda"] floating enable, move scratchpad
|
||||
for_window [app_id="mpv"] floating enable
|
||||
|
@ -262,9 +264,13 @@ for_window [app_id="pulsemixer"] floating enable
|
|||
for_window [app_id="__focused__"] opacity set 1
|
||||
for_window [app_id="qutebrowser"] move container to workspace number 2, opacity set 1
|
||||
for_window [app_id="nyxt"] 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 [title="Display Window"] move window to workspace number 9, fullscreen enable
|
||||
for_window [title="OpenLP"] move window to workspace number 9, floating enable
|
||||
for_window [title="VLC media player"] move window to workspace number 9, fullscreen enable
|
||||
# for_window [app_id="emacs"] opacity set 0.90
|
||||
|
||||
focus_follows_mouse no
|
||||
|
||||
### Locking screen
|
||||
bindsym $mod+Ctrl+l exec swaylock-blur --blur-sigma 80
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue