Add device config for term
This commit is contained in:
parent
3a7e43740e
commit
253cbc419e
3 changed files with 6 additions and 2 deletions
|
|
@ -2,6 +2,9 @@ exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" #
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme "adw-gtk3" # for GTK3 apps
|
exec = gsettings set org.gnome.desktop.interface gtk-theme "adw-gtk3" # for GTK3 apps
|
||||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||||
|
|
||||||
|
$terminal = foot
|
||||||
|
$fileExplorer = foot fish -C yazi
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = gb
|
kb_layout = gb
|
||||||
}
|
}
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
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, 1920x0, 1
|
||||||
|
|
||||||
|
$terminal = ghostty
|
||||||
|
$fileExplorer = ghostty -e fish -C yazi
|
||||||
|
|
||||||
workspace= name:1, monitor:HDMI-A-2
|
workspace= name:1, monitor:HDMI-A-2
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
# ### Hyprland ###
|
# ### Hyprland ###
|
||||||
# Apps
|
# Apps
|
||||||
$terminal = ghostty
|
|
||||||
$editor = code
|
$editor = code
|
||||||
$fileExplorer = ghostty -e fish -C yazi
|
|
||||||
$browser = zen
|
$browser = zen
|
||||||
|
|
||||||
# Touchpad
|
# Touchpad
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue