simplified my pipewire conf
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
##############################################
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = uwsm app -- ghostty
|
||||
$term_tmux = uwsm app -- ghostty -e tmux
|
||||
$term_tmux_append = uwsm app -- ghostty -e tmux a
|
||||
$editor = uwsm app -- ghostty -e nvim
|
||||
$terminal = uwsm app -- kitty
|
||||
$term_tmux = uwsm app -- kitty -e tmux
|
||||
$term_tmux_append = uwsm app -- kitty -e tmux a
|
||||
$editor = uwsm app -- kitty -e nvim
|
||||
$alteditor = uwsm app -- zeditor
|
||||
|
||||
$filemanager = uwsm app -- nautilus
|
||||
@@ -56,6 +56,7 @@ bind = $mainMod, X, exec, $taskman
|
||||
bind = $mainMod, C, exec, $clipman
|
||||
bind = $mainMod, R, exec, $pwdmgr
|
||||
bind = $mainMod, F4, exec, $soundctl
|
||||
bind = $mainMod, backslash, exec, mic-toggle-usb
|
||||
|
||||
# Communication
|
||||
bind = $mainMod, A, exec, hypr-element-toggle
|
||||
@@ -123,6 +124,10 @@ bind = $mainMod, 8, workspace, 8
|
||||
bind = $mainMod, 9, workspace, 9
|
||||
bind = $mainMod, 0, workspace, 10
|
||||
|
||||
# MOVE CURRENT WORKSPACE TO A MONITOR with mainMod + SHIFT + [,/.]
|
||||
bind = $mainMod SHIFT, comma, movecurrentworkspacetomonitor, l
|
||||
bind = $mainMod SHIFT, period, movecurrentworkspacetomonitor, r
|
||||
|
||||
# MOVE ACTIVE WINDOW TO A WORKSPACE with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||||
|
||||
Reference in New Issue
Block a user