Compare commits
No commits in common. "2b88aa7fa849421517d60d95d3f52e66d6a428c8" and "cf59586f64996ab70ae804354fee049f67ee616d" have entirely different histories.
2b88aa7fa8
...
cf59586f64
@ -5,12 +5,12 @@
|
|||||||
term=xterm-256color
|
term=xterm-256color
|
||||||
|
|
||||||
# Use fc-list to check fonts and styles
|
# Use fc-list to check fonts and styles
|
||||||
font=Cascadia Mono:style=Roman:size=12
|
font=Source Code Pro Medium:style=Medium:size=12
|
||||||
font-bold=Cascadia Mono:style=SemiBold:size=12
|
font-bold=Source Code Pro Semibold:style=Regular:size=12
|
||||||
font-italic=Cascadia Mono:style=Italic:size=12
|
font-italic=Source Code Pro Medium:style=Medium Italic:size=12
|
||||||
# I don't know where any bold italic is used, but this should work if I ever
|
# I don't know where any bold italic is used, but this should work if I ever
|
||||||
# find any.
|
# find any.
|
||||||
font-bold-italic=Cascadia Mono:style=Bold Italic:size=12
|
font-bold-italic=Source Code Pro Semibold:style=Semibold Italic:size=12
|
||||||
|
|
||||||
# Selenized dark
|
# Selenized dark
|
||||||
[cursor]
|
[cursor]
|
||||||
|
@ -34,14 +34,11 @@ assign [app_id="geary"] 3
|
|||||||
assign [app_id="thunderbird"] 3
|
assign [app_id="thunderbird"] 3
|
||||||
for_window [app_id="gnome-calculator"] floating enable
|
for_window [app_id="gnome-calculator"] floating enable
|
||||||
for_window [app_id="firefox" title="About Firefox"] floating enable
|
for_window [app_id="firefox" title="About Firefox"] floating enable
|
||||||
for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable; sticky enable
|
|
||||||
# Send the sharing indicator in Chrome and Firefox to the scratchpad
|
# Send the sharing indicator in Chrome and Firefox to the scratchpad
|
||||||
# https://www.reddit.com/r/swaywm/comments/kee35j/permanently_floating_windows/
|
# https://www.reddit.com/r/swaywm/comments/kee35j/permanently_floating_windows/
|
||||||
for_window [title=".+[Ss]haring (Indicator|your screen)"] floating enable, move to scratchpad
|
for_window [title=".+[Ss]haring (Indicator|your screen)"] floating enable, move to scratchpad
|
||||||
for_window [title="Extension: \(PassFF\).*"] floating enable
|
for_window [title="Extension: \(PassFF\).*"] floating enable
|
||||||
for_window [title="Office 365 - Manual authentication"] floating enable
|
for_window [title="Office 365 - Manual authentication"] floating enable
|
||||||
for_window [app_id="org.jellyfin.jellyfinmediaplayer"] inhibit_idle visible
|
|
||||||
for_window [title="(?:Open|Save) (?:File|Folder|As)"] floating enable, resize set width 1030 height 710
|
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user