programs: update hyprland binds (use ghostty and add calculator)
This commit is contained in:
parent
fb5ed25b58
commit
38c387aade
3 changed files with 10 additions and 5 deletions
|
@ -56,8 +56,10 @@ in {
|
|||
", F11, fullscreen, 0"
|
||||
"$mod, f, fullscreen, 1"
|
||||
|
||||
"$mod, e, togglespecialworkspace, file_manager_tui"
|
||||
"$mod SHIFT, e, togglespecialworkspace, file_manager_gui"
|
||||
"$mod, e, togglespecialworkspace, file_manager_gui"
|
||||
"$mod SHIFT, e, togglespecialworkspace, file_manager_tui"
|
||||
"$mod , c, togglespecialworkspace, calculator_gui"
|
||||
"$mod, m, togglespecialworkspace, mixer_gui"
|
||||
|
||||
", XF86PowerOff, exec, ${toggle "wlogout" true}"
|
||||
];
|
||||
|
|
|
@ -83,10 +83,12 @@ in {
|
|||
"Unknown-1,disabled"
|
||||
];
|
||||
workspace = [
|
||||
"special:terminal, on-created-empty:foot"
|
||||
"special:mixer_gui, on-created-empty:pavucontrol"
|
||||
"special:terminal, on-created-empty:ghostty"
|
||||
"special:file_manager_gui, on-created-empty:thunar"
|
||||
"special:file_manager_tui, on-created-empty:foot -- yazi"
|
||||
"special:file_manager_tui, on-created-empty:ghostty -e yazi"
|
||||
|
||||
"special:calculator_gui, on-created-empty:qalculate-gtk"
|
||||
"special:mixer_gui, on-created-empty:pavucontrol"
|
||||
];
|
||||
|
||||
windowrulev2 = [
|
||||
|
|
|
@ -23,6 +23,7 @@ in {
|
|||
obsidian
|
||||
playerctl
|
||||
proton-pass
|
||||
qalculate-gtk
|
||||
simple-scan
|
||||
wl-clipboard
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue