Converted config to wofi instead of rofi, and converted more app launches to using uwsm
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 1m0s
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 1m0s
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# browser.conf
|
# browser.conf
|
||||||
|
|
||||||
# floorp
|
# floorp
|
||||||
$browser = /usr/bin/flatpak run one.ablaze.floorp
|
$browser = uwsm app -- one.ablaze.floorp.desktop
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
## autostart
|
## autostart
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# discord_workspace.conf
|
# discord_workspace.conf
|
||||||
|
|
||||||
$discord = /usr/bin/flatpak run com.discordapp.Discord
|
$discord = uwsm app -- com.discordapp.Discord.desktop
|
||||||
|
|
||||||
$discord_class = class:^(vesktop)$|^(discord)$|^(com.discord.app.Discord)$|^(WebCord)$|^(equibop)$
|
$discord_class = class:^(vesktop)$|^(discord)$|^(com.discord.app.Discord)$|^(WebCord)$|^(equibop)$
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# workspace number
|
# workspace number
|
||||||
$game-workspace-number = 5
|
$game-workspace-number = 5
|
||||||
|
|
||||||
exec-once = steam %U
|
exec-once = uwsm app -- steam.desktop
|
||||||
|
|
||||||
# window rules
|
# window rules
|
||||||
windowrule = workspace 9 silent, title:^(Steam)$
|
windowrule = workspace 9 silent, title:^(Steam)$
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
# key_binds.conf
|
# key_binds.conf
|
||||||
|
|
||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$fileManager = uwsm app -- ${dolphin}
|
$fileManager = uwsm app -- org.kde.dolphin.desktop
|
||||||
$menu = rofi -show drun -run-command "uwsm app -- {cmd}"
|
$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)
|
||||||
#$menu = ags request -i launcher show
|
#$menu = ags request -i launcher show
|
||||||
$screenshot = hyprshot -m region --clipboard-only
|
$screenshot = hyprshot -m region --clipboard-only
|
||||||
$powermenu = /usr/share/hypr-hydro-os/scripts/local-lua /usr/share/hypr-hydro-os/scripts/powermenu.lua
|
$powermenu = /usr/share/hypr-hydro-os/scripts/local-lua /usr/share/hypr-hydro-os/scripts/powermenu.lua
|
||||||
|
@@ -28,7 +28,6 @@ modules:
|
|||||||
- SwayNotificationCenter
|
- SwayNotificationCenter
|
||||||
- hyprpolkitagent
|
- hyprpolkitagent
|
||||||
- hyprshot
|
- hyprshot
|
||||||
- rofi
|
|
||||||
|
|
||||||
- type: default-flatpaks
|
- type: default-flatpaks
|
||||||
notify: true # Send notification after install/uninstall is finished (true/false)
|
notify: true # Send notification after install/uninstall is finished (true/false)
|
||||||
|
Reference in New Issue
Block a user