mirror of
https://github.com/SirTeddy99/sway-config.git
synced 2026-04-20 01:50:27 +00:00
fix workspace
This commit is contained in:
parent
324f87aaaf
commit
a4ea68e798
1 changed files with 4 additions and 4 deletions
8
config
8
config
|
|
@ -31,7 +31,7 @@ set $up k
|
||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
# Your preferred terminal (from Hyprland config)
|
# Your preferred terminal (from Hyprland config)
|
||||||
set $term alacritty
|
set $term Alacritty
|
||||||
|
|
||||||
# Application launcher (wofi from your Hyprland setup)
|
# Application launcher (wofi from your Hyprland setup)
|
||||||
set $menu wofi --show drun
|
set $menu wofi --show drun
|
||||||
|
|
@ -74,10 +74,10 @@ workspace 5 output DP-6
|
||||||
|
|
||||||
# Workspace assignments
|
# Workspace assignments
|
||||||
assign [app_id="vivaldi-stable"] workspace 1
|
assign [app_id="vivaldi-stable"] workspace 1
|
||||||
assign [app_id="alacritty"] workspace 2
|
assign [app_id="Alacritty"] workspace 2
|
||||||
assign [class="obsidian"] workspace 3
|
assign [class="obsidian"] workspace 3
|
||||||
assign [class="Horizon-client"] workspace 4
|
assign [class="Horizon-client"] workspace 4
|
||||||
assign [class="Spotify"] workspace 5
|
assign [app_id="spotify"] workspace 5
|
||||||
|
|
||||||
# Autostart applications
|
# Autostart applications
|
||||||
exec vivaldi-stable
|
exec vivaldi-stable
|
||||||
|
|
@ -85,7 +85,7 @@ exec vivaldi-stable --user-data-dir=$HOME/.config/vivaldi-work --new-window http
|
||||||
exec vivaldi-stable --user-data-dir=$HOME/.config/vivaldi-work --new-window https://outlook.office.com/
|
exec vivaldi-stable --user-data-dir=$HOME/.config/vivaldi-work --new-window https://outlook.office.com/
|
||||||
exec flatpak run md.obsidian.Obsidian
|
exec flatpak run md.obsidian.Obsidian
|
||||||
exec gtk-launch horizon-myserver
|
exec gtk-launch horizon-myserver
|
||||||
exec alacritty
|
exec Alacritty
|
||||||
exec flatpak run com.spotify.Client
|
exec flatpak run com.spotify.Client
|
||||||
exec mako
|
exec mako
|
||||||
exec dbus-update-activation-environment --all
|
exec dbus-update-activation-environment --all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue