Skip to content

Commit

Permalink
feat: enable firefox on startup service
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 21, 2024
1 parent 69efdc7 commit f93ea04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ unfocused_hollow = true
shape = "Beam"

[env]
WINIT_X11_SCALE_FACTOR = "1.0"

[font]
builtin_box_drawing = true
size = 10
size = 8

[font.bold]
family = "JetBrainsMono Nerd Font"
Expand Down
2 changes: 1 addition & 1 deletion sway/services/workspaces.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before=kanshi.service
Type=oneshot
RemainAfterExit=yes
ExecStart=swaymsg 'workspace --no-auto-back-and-forth $ws1; exec alacritty'
#ExecStart=swaymsg 'workspace --no-auto-back-and-forth $ws4; exec firefox'
ExecStart=swaymsg 'workspace --no-auto-back-and-forth $ws4; exec firefox'
ExecStart=swaymsg 'workspace --no-auto-back-and-forth $ws3; exec emacs; exec obsidian'
ExecStart=swaymsg 'workspace --no-auto-back-and-forth $wsf'

Expand Down

0 comments on commit f93ea04

Please sign in to comment.