add element
This commit is contained in:
parent
f5fb0d08df
commit
79668bb28c
4 changed files with 7 additions and 3 deletions
|
@ -27,7 +27,8 @@ exec-once = hypridle
|
|||
exec-once = [workspace 3 silent] codium
|
||||
#exec-once = [workspace 4 silent] flatpak run com.spotify.Client
|
||||
exec-once = [workspace 4 silent] flatpak run io.github.dweymouth.supersonic
|
||||
exec-once = [workspace 5 silent] thunderbird
|
||||
exec-once = [workspace 5 silent] im.riot.Riot
|
||||
exec-once = [workspace 6 silent] thunderbird
|
||||
|
||||
# Bitwarden Window Floating
|
||||
exec-once = ~/.config/hypr/scripts/bitwarden.sh
|
||||
|
|
|
@ -51,7 +51,8 @@ windowrulev2 = workspace 3, class:^(codium)$
|
|||
windowrulev2 = workspace 4, class:^(Spotify)$
|
||||
windowrulev2 = workspace 4, class:^(feishin)$
|
||||
windowrulev2 = workspace 4, class:^(Supersonic)$
|
||||
windowrulev2 = workspace 5, class:^(net.thunderbird.Thunderbird)$
|
||||
windowrulev2 = workspace 5, class:^(im.riot.Riot)$
|
||||
windowrulev2 = workspace 6, class:^(net.thunderbird.Thunderbird)$
|
||||
|
||||
# JetBrains IDEs (IntelliJ, PyCharm) - Workarounds für Hyprland
|
||||
|
||||
|
|
|
@ -41,7 +41,8 @@
|
|||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "",
|
||||
"5": "",
|
||||
"6": "",
|
||||
"urgent": "",
|
||||
"focused": "",
|
||||
"default": ""
|
||||
|
|
|
@ -119,6 +119,7 @@ flatpak install flathub com.bitwarden.desktop
|
|||
flatpak install flathub org.prismlauncher.PrismLauncher
|
||||
flatpak install flathub com.github.IsmaelMartinez.teams_for_linux
|
||||
flatpak install flathub dev.linwood.butterfly
|
||||
flatpak install flathub im.riot.Riot
|
||||
|
||||
# Systemkonfiguration
|
||||
sudo usermod -s /bin/zsh simono41
|
||||
|
|
Loading…
Add table
Reference in a new issue