Compare commits
2 Commits
1275a1ef4a
...
d5a9500be1
| Author | SHA1 | Date | |
|---|---|---|---|
|
d5a9500be1
|
|||
|
1efb93fc60
|
@@ -2,6 +2,8 @@
|
|||||||
for_window [floating] border pixel $border
|
for_window [floating] border pixel $border
|
||||||
for_window [tiling] border normal $border
|
for_window [tiling] border normal $border
|
||||||
|
|
||||||
|
for_window [app_id="com.mitchellh.ghostty" title="fastfetch"] floating enable, focus, move position 50 50
|
||||||
|
|
||||||
# workspace assignment
|
# workspace assignment
|
||||||
assign [app_id="google-chrome"] workspace 2
|
assign [app_id="google-chrome"] workspace 2
|
||||||
assign [app_id="thunderbird"] workspace 3
|
assign [app_id="thunderbird"] workspace 3
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ exec ~/.config/sway/scripts/power-aware-effects.sh
|
|||||||
exec protonmail-bridge -n
|
exec protonmail-bridge -n
|
||||||
|
|
||||||
# traditional "start when os starts" programs
|
# traditional "start when os starts" programs
|
||||||
exec $term
|
exec ghostty --title=fastfetch --window-width=105 --window-height=27 -e bash -c 'nix run nixpkgs#fastfetch; read -rsn1' && ghostty
|
||||||
exec $browser
|
exec $browser
|
||||||
exec thunderbird
|
exec thunderbird
|
||||||
exec cider-2
|
exec cider-2
|
||||||
|
|||||||
@@ -2,4 +2,5 @@
|
|||||||
|
|
||||||
# screenshot focused monitor with satty
|
# screenshot focused monitor with satty
|
||||||
output=$(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name')
|
output=$(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name')
|
||||||
grim -o "$output" - | satty -f - --fullscreen
|
grim -o "$output" - | satty -f - --fullscreen --early-exit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user