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 ─────────────────────────────────────────────────────────────
|
# ── Spawn ─────────────────────────────────────────────────────────────
|
||||||
bind = $mainMod SHIFT, E, exec, uwsm stop
|
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 SHIFT, q, killactive,
|
||||||
bind = $mainMod, D, exec, $menu
|
bind = $mainMod, D, exec, $menu
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
monitor = eDP-1, disable
|
||||||
|
|
||||||
monitorv2 {
|
monitorv2 {
|
||||||
output = HDMI-A-1
|
output = HDMI-A-1
|
||||||
mode = 3440x1440@49.99Hz
|
mode = 3440x1440@49.99Hz
|
||||||
|
|
@ -6,3 +8,6 @@ monitorv2 {
|
||||||
supports_wide_color = true
|
supports_wide_color = true
|
||||||
supports_hdr = 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
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,6 @@ export MOZ_ENABLE_WAYLAND=1
|
||||||
export XCURSOR_SIZE=24
|
export XCURSOR_SIZE=24
|
||||||
export GTK_THEME=catppuccin-macchiato-teal-standard+default
|
export GTK_THEME=catppuccin-macchiato-teal-standard+default
|
||||||
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/rbw/ssh-agent-socket
|
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/rbw/ssh-agent-socket
|
||||||
|
|
||||||
|
export EDITOR=nvim
|
||||||
|
export VISUAL=nvim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue