Add AI special workspace
This commit is contained in:
parent
ff851c313c
commit
df33f14c5d
@ -286,6 +286,9 @@ bind = $mainMod SHIFT, code:17, exec, $hyprscript movetoworkspace 8
|
||||
bind = $mainMod SHIFT, code:18, exec, $hyprscript movetoworkspace 9
|
||||
bind = $mainMod SHIFT, code:19, exec, $hyprscript movetoworkspace 10
|
||||
|
||||
# Open youtube in MPV
|
||||
bind = $mainMod, M, exec, ~/.config/dotfiles/bin-extra/youtube
|
||||
|
||||
# Screenshot
|
||||
bind = , Print, exec, XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway QT_QPA_PLATFORM=wayland flameshot gui
|
||||
# bind =, Print, exec, grim -g "$(slurp)" - | wl-copy
|
||||
@ -294,6 +297,7 @@ bind = , Print, exec, XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway QT_QPA_P
|
||||
bind = $mainMod, Q, togglespecialworkspace, a_social
|
||||
bind = $mainMod, S, togglespecialworkspace, b_mail
|
||||
bind = $mainMod, D, togglespecialworkspace, c_yuzzit
|
||||
bind = $mainMod, F, togglespecialworkspace, d_ai
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
|
||||
@ -38,6 +38,7 @@
|
||||
"a_social": " ",
|
||||
"b_mail": " ",
|
||||
"c_yuzzit": "Y",
|
||||
"d_ai": "AI",
|
||||
"11": "1",
|
||||
"12": "2",
|
||||
"13": "3",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user