hypr: remove UWSM
again...
This commit is contained in:
parent
712242299f
commit
b78448c978
5 changed files with 18 additions and 19 deletions
|
|
@ -5,18 +5,18 @@
|
|||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, uwsm app -- ghostty
|
||||
bind = $mainMod, B, exec, uwsm app -- firefox
|
||||
bind = $mainMod, Q, exec, ghostty
|
||||
bind = $mainMod, B, exec, firefox
|
||||
bind = $mainMod, D, exec, vicinae toggle
|
||||
bind = $mainMod shift, D, exec, uwsm app -- 1password --quick-access
|
||||
bind = $mainMod, S, exec, uwsm app -- hyprshot -z --clipboard-only -m region
|
||||
bind = $mainMod shift, S, exec, uwsm app -- hyprshot -z --clipboard-only -m window
|
||||
bind = $mainMod control, S, exec, uwsm app -- hyprshot -z --clipboard-only -m active
|
||||
bind = $mainMod, V, exec, uwsm app -- sh ~/.config/hypr/hyprlock.sh
|
||||
bind = $mainMod shift, D, exec, 1password --quick-access
|
||||
bind = $mainMod, S, exec, hyprshot -z --clipboard-only -m region
|
||||
bind = $mainMod shift, S, exec, hyprshot -z --clipboard-only -m window
|
||||
bind = $mainMod control, S, exec, hyprshot -z --clipboard-only -m active
|
||||
bind = $mainMod, V, exec, sh ~/.config/hypr/hyprlock.sh
|
||||
|
||||
bind = $mainMod, SPACE, togglefloating,
|
||||
bind = $mainMod, W, killactive,
|
||||
bind = $mainMod, M, exec, uwsm stop
|
||||
bind = $mainMod, M, dispatch, exit
|
||||
|
||||
#bind = $mainMod, P, pseudo, # dwindle # have no clue what this does
|
||||
bind = $mainMod, F, fullscreen
|
||||
|
|
|
|||
|
|
@ -15,18 +15,18 @@ monitor=eDP-1,1920x1080@60,auto,1
|
|||
# autostart
|
||||
|
||||
# desktop
|
||||
exec-once = uwsm app -- swww-daemon
|
||||
exec-once = uwsm app -- waybar
|
||||
exec-once = uwsm app -- swaync
|
||||
exec-once = uwsm app -- vicinae server
|
||||
exec-once = uwsm app -- fcitx5
|
||||
exec-once = swww-daemon
|
||||
exec-once = waybar
|
||||
exec-once = swaync
|
||||
exec-once = vicinae server
|
||||
exec-once = fcitx5
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = hyprshade auto
|
||||
|
||||
# apps
|
||||
exec-once = uwsm app -- opensnitch-ui || echo ""
|
||||
exec-once = uwsm app -- steam -silent || echo ""
|
||||
exec-once = uwsm app -- 1password --silent || echo ""
|
||||
exec-once = opensnitch-ui
|
||||
exec-once = steam -silent
|
||||
exec-once = 1password --silent
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@ Terminal = false
|
|||
|
||||
[[builtins.custom_commands.commands]]
|
||||
name = "Logout"
|
||||
cmd = "uwsm stop"
|
||||
cmd = "hyprctl dispatch exit"
|
||||
Terminal = false
|
||||
|
||||
# hypr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue