mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat(hyprland): use foot as the default terminal emulator
This commit is contained in:
@@ -87,7 +87,7 @@ windowrule=size 100% 100%,wlogout
|
|||||||
windowrule=animation slide,wlogout
|
windowrule=animation slide,wlogout
|
||||||
|
|
||||||
#-- Keybindings ----------------------------------------------------
|
#-- Keybindings ----------------------------------------------------
|
||||||
$term = kitty
|
$term = foot
|
||||||
$app_launcher = ~/.config/hypr/scripts/menu
|
$app_launcher = ~/.config/hypr/scripts/menu
|
||||||
$volume = ~/.config/hypr/scripts/volume
|
$volume = ~/.config/hypr/scripts/volume
|
||||||
$backlight = ~/.config/hypr/scripts/brightness
|
$backlight = ~/.config/hypr/scripts/brightness
|
||||||
|
|||||||
@@ -46,8 +46,8 @@
|
|||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "\udb80\udf5b {usage}%",
|
"format": "\udb80\udf5b {usage}%",
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"on-click-middle": "kitty btop",
|
"on-click-middle": "foot btop",
|
||||||
"on-click-right": "kitty btop",
|
"on-click-right": "foot btop",
|
||||||
},
|
},
|
||||||
"custom/launcher": {
|
"custom/launcher": {
|
||||||
"format": "\uf313 ",
|
"format": "\uf313 ",
|
||||||
@@ -122,7 +122,7 @@
|
|||||||
"format-alt": " {bandwidthUpBytes} | {bandwidthDownBytes}",
|
"format-alt": " {bandwidthUpBytes} | {bandwidthDownBytes}",
|
||||||
"tooltip-format": " {ifname} via {gwaddr}",
|
"tooltip-format": " {ifname} via {gwaddr}",
|
||||||
"on-click-middle": "nm-connection-editor",
|
"on-click-middle": "nm-connection-editor",
|
||||||
"on-click-right": "kitty nmtui",
|
"on-click-right": "foot nmtui",
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
//"format": "{volume}% {icon} {format_source}",
|
//"format": "{volume}% {icon} {format_source}",
|
||||||
|
|||||||
Reference in New Issue
Block a user