forked from Shinonome/dots-hyprland
switch from foot to kitty terminal
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
font=Gabarito
|
font=Gabarito
|
||||||
terminal=foot -e
|
terminal=kitty -1
|
||||||
prompt=">> "
|
prompt=">> "
|
||||||
layer=overlay
|
layer=overlay
|
||||||
|
|
||||||
|
|||||||
@@ -194,8 +194,9 @@ bindl= ,XF86AudioPause, exec, playerctl play-pause # [hidden]
|
|||||||
|
|
||||||
##! Apps
|
##! Apps
|
||||||
bind = Super, T, exec, # [hidden]
|
bind = Super, T, exec, # [hidden]
|
||||||
bind = Super, Return, exec, foot # Foot (terminal)
|
bind = Super, Return, exec, kitty -1 # Kitty (terminal)
|
||||||
bind = Super, T, exec, foot # [hidden] foot (terminal) (alt)
|
bind = Super, T, exec, kitty -1 # [hidden] Kitty (terminal) (alt)
|
||||||
|
bind = Super+Alt, F, exec, foot # [hidden] Foot (terminal)
|
||||||
bind = Super, E, exec, dolphin --new-window # Dolphin (file manager)
|
bind = Super, E, exec, dolphin --new-window # Dolphin (file manager)
|
||||||
bind = Ctrl+Super, W, exec, firefox # Firefox (browser)
|
bind = Ctrl+Super, W, exec, firefox # Firefox (browser)
|
||||||
bind = Super, C, exec, code # VSCode (code editor)
|
bind = Super, C, exec, code # VSCode (code editor)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
font=Gabarito
|
font=Gabarito
|
||||||
terminal=foot -e
|
terminal=kitty -1
|
||||||
prompt=">> "
|
prompt=">> "
|
||||||
layer=overlay
|
layer=overlay
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ Singleton {
|
|||||||
property string network: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi"
|
property string network: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi"
|
||||||
property string settings: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center"
|
property string settings: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center"
|
||||||
property string taskManager: "gnome-usage"
|
property string taskManager: "gnome-usage"
|
||||||
property string terminal: "foot" // This is only for shell actions
|
property string terminal: "kitty -1" // This is only for shell actions
|
||||||
}
|
}
|
||||||
|
|
||||||
property QtObject battery: QtObject {
|
property QtObject battery: QtObject {
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ check_and_prompt_upscale() {
|
|||||||
"Install Upscayl?" \
|
"Install Upscayl?" \
|
||||||
"yay -S upscayl-bin")
|
"yay -S upscayl-bin")
|
||||||
if [[ "$action2" == "install_upscayl" ]]; then
|
if [[ "$action2" == "install_upscayl" ]]; then
|
||||||
foot yay -S upscayl-bin
|
kitty -1 yay -S upscayl-bin
|
||||||
if command -v upscayl &>/dev/null; then
|
if command -v upscayl &>/dev/null; then
|
||||||
nohup upscayl > /dev/null 2>&1 &
|
nohup upscayl > /dev/null 2>&1 &
|
||||||
fi
|
fi
|
||||||
@@ -156,7 +156,7 @@ switch() {
|
|||||||
"Can't switch to video wallpaper" \
|
"Can't switch to video wallpaper" \
|
||||||
"Missing dependencies: ${missing_deps[*]}")
|
"Missing dependencies: ${missing_deps[*]}")
|
||||||
if [[ "$action" == "install_arch" ]]; then
|
if [[ "$action" == "install_arch" ]]; then
|
||||||
foot sudo pacman -S "${missing_deps[*]}"
|
kitty -1 sudo pacman -S "${missing_deps[*]}"
|
||||||
if command -v mpvpaper &>/dev/null && command -v ffmpeg &>/dev/null; then
|
if command -v mpvpaper &>/dev/null && command -v ffmpeg &>/dev/null; then
|
||||||
notify-send 'Wallpaper switcher' 'Alright, try again!' -a "Wallpaper switcher"
|
notify-send 'Wallpaper switcher' 'Alright, try again!' -a "Wallpaper switcher"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
- **Default keybinds**: Should be somewhat familiar if you've used Windows or GNOME.
|
- **Default keybinds**: Should be somewhat familiar if you've used Windows or GNOME.
|
||||||
- For a list, hit `Super`+`/`
|
- For a list, hit `Super`+`/`
|
||||||
- For `foot` terminal, hit `Super`+`Enter`
|
- For a terminal, hit `Super`+`Enter`
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ depends=(
|
|||||||
breeze-plus
|
breeze-plus
|
||||||
fish
|
fish
|
||||||
fontconfig
|
fontconfig
|
||||||
foot
|
|
||||||
kde-material-you-colors
|
kde-material-you-colors
|
||||||
|
kitty
|
||||||
matugen-bin
|
matugen-bin
|
||||||
starship
|
starship
|
||||||
ttf-readex-pro
|
ttf-readex-pro
|
||||||
|
|||||||
Reference in New Issue
Block a user