update autostart apps
This commit is contained in:
parent
5c10d76d08
commit
41f458954a
3 changed files with 9 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ $menu = rofi -show drun -run-command "uwsm app -- {cmd}"
|
|||
|
||||
# ── Spawn ─────────────────────────────────────────────────────────────
|
||||
bind = $mainMod SHIFT, E, exec, uwsm stop
|
||||
bind = $mainMod, return, exec, kitty
|
||||
bind = $mainMod, return, exec, uwsm app -- kitty
|
||||
bind = $mainMod SHIFT, q, killactive,
|
||||
bind = $mainMod, D, exec, $menu
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
monitor = eDP-1, disable
|
||||
|
||||
monitorv2 {
|
||||
output = HDMI-A-1
|
||||
mode = 3440x1440@49.99Hz
|
||||
|
|
@ -6,3 +8,6 @@ monitorv2 {
|
|||
supports_wide_color = true
|
||||
supports_hdr = true
|
||||
}
|
||||
|
||||
exec-once = [workspace 1 silent] uwsm app -a brave_work -- brave --profile-directory="Default" # work profile
|
||||
exec-once = [workspace 6 silent] uwsm app -- brave -a brave_personal --profile-directory="Profile 2" # personal profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue