check in changes to sync with what is in 'prod'
This commit is contained in:
parent
e11c55c8f6
commit
9582c74c3c
7 changed files with 16 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
|||
# keybindings
|
||||
# Note, this is for more of a "global" keybindings. Modes will have their own mode_whatever.conf keybinding
|
||||
|
||||
bindsym $mod+Return exec kitty
|
||||
bindsym $mod+Return exec ghostty
|
||||
#bindsym $mod+Return exec kitty
|
||||
|
||||
bindsym Control+$alt+l exec /home/kellya/.config/sway/scripts/lock.sh
|
||||
|
||||
|
|
|
@ -53,6 +53,8 @@ for_window [app_id=^soundux$] title_format "<span size='120%' font-weight='nor
|
|||
for_window [app_id=^virt-manager$] title_format "<span size='100%' font-weight='normal'> </span>%title"
|
||||
for_window [app_id=^vlc$] title_format "<span size='110%' font-weight='normal'> </span>%title"
|
||||
for_window [app_id=^zenity$] title_format "<span size='110%' font-weight='normal' rise='-1pt'> </span>%title"
|
||||
for_window [app_id=^com.mitchellh.ghostty$] title_format "<span size='110%' font-weight='normal' rise='-1pt'> </span>%title"
|
||||
for_window [app_id=^org.gnome.Fractal$] title_format "<span size='110%' font-weight='normal' rise='-1pt'>౷ </span>%title"
|
||||
|
||||
for_window [class=^Ardour$] title_format "<span size='120%' font-weight='normal'> </span>%title"
|
||||
for_window [class=^Audacity$|^lmms] title_format "<span size='110%' font-weight='normal'> </span>%title"
|
||||
|
@ -85,4 +87,5 @@ for_window [class=^vlc$] title_format "<span size='120%' font-weight='normal'>
|
|||
for_window [class=^Spotify$] title_format "<span size='120%' font-weight='normal'> </span>%title"
|
||||
for_window [class=^jetbrains-pycharm$] title_format "<span size='120%' font-weight='normal'> </span>%title"
|
||||
for_window [class=^Slack$] title_format "<span size='120%' font-weight='normal'> </span>%title"
|
||||
for_window [class=^teams-for-linux$] title_format "<span size='120%' font-weight='normal'> </span>%title"
|
||||
for_window [class=^teams-for-linux$] title_format "<span size='120%' font-weight='normal'> </span>%title"
|
||||
for_window [instance=^element$] title_format "<span size='120%' font-weight='normal'> ⌺ </span>%title"
|
||||
|
|
|
@ -19,6 +19,8 @@ assign [class="jetbrains-phpstorm"] workspace number $ws4
|
|||
assign [class="Slack"] workspace number $ws2
|
||||
assign [app_id="org.mozilla.thunderbird"] workspace number $ws6
|
||||
assign [class="Joplin"] workspace number $ws6
|
||||
assign [instance="element"] workspace number $ws2
|
||||
assign [instance="im.nheko.Nheko"] workspace number $ws2
|
||||
|
||||
|
||||
#Default floating (copied from https://github.com/jjquin/swayarch/blob/master/.config/sway/config.d/window_rules)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue