Update dsktop config
This commit is contained in:
parent
c7a70ead62
commit
dd0e4bd05f
1 changed files with 23 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Default monitor conf
|
# Default monitor conf
|
||||||
monitor = HDMI-A-2, 1920x1080@60, 0x0, 1
|
monitor = HDMI-A-2, 1920x1080@60, 0x0, 1
|
||||||
monitor = HDMI-A-1, 1920x1080@60, 1920x0, 1
|
monitor = HDMI-A-1, 1920x1080@60, 1920x570, 1
|
||||||
|
|
||||||
$terminal = ghostty
|
$terminal = ghostty
|
||||||
$fileExplorer = ghostty -e fish -C yazi
|
$fileExplorer = ghostty -e fish -C yazi
|
||||||
|
|
@ -13,4 +13,25 @@ input {
|
||||||
output = HDMI-A-2
|
output = HDMI-A-2
|
||||||
region_size = 1920, 1080
|
region_size = 1920, 1080
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$wsaction = ~/.config/hypr/scripts/wsaction.fish
|
||||||
|
bind = , XF86Tools, exec, $wsaction workspace 1
|
||||||
|
bind = , XF86Launch5, exec, $wsaction workspace 2
|
||||||
|
bind = , XF86Launch6, exec, $wsaction workspace 3
|
||||||
|
bind = , XF86Launch7, exec, $wsaction workspace 4
|
||||||
|
bind = , XF86Launch8, exec, $wsaction workspace 5
|
||||||
|
bind = , XF86Launch9, exec, $wsaction workspace 6
|
||||||
|
bind = , XF86AudioMicMute, exec, $wsaction workspace 7
|
||||||
|
bind = , XF86TouchpadToggle, exec, $wsaction workspace 8
|
||||||
|
bind = , XF86TouchpadOn, exec, $wsaction workspace 9
|
||||||
|
|
||||||
|
bind = Alt, XF86Tools, exec, app2unit -- ghostty -e fish -C 'ssh controller'
|
||||||
|
bind = Alt, XF86Launch5, exec, app2unit -- ghostty -e fish -C 'ssh frontend'
|
||||||
|
bind = Alt, XF86Launch6, exec, app2unit -- ghostty -e fish -C 'ssh arr'
|
||||||
|
bind = , XF86Launch7, exec, $wsaction workspace 4
|
||||||
|
bind = , XF86Launch8, exec, $wsaction workspace 5
|
||||||
|
bind = , XF86Launch9, exec, $wsaction workspace 6
|
||||||
|
bind = , XF86AudioMicMute, exec, $wsaction workspace 7
|
||||||
|
bind = , XF86TouchpadToggle, exec, $wsaction workspace 8
|
||||||
|
bind = , XF86TouchpadOn, exec, $wsaction workspace 9
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue