Fixed compilation errors
This commit is contained in:
parent
29f198f89a
commit
10bd8898c4
3 changed files with 31 additions and 5 deletions
29
ghostty/.config/ghostty/config
Normal file
29
ghostty/.config/ghostty/config
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
|
||||
# You can preview the config here
|
||||
|
||||
theme = catppuccin-mocha
|
||||
background = #1e1e2e
|
||||
foreground = #cdd6f4
|
||||
selection-background = #585b70
|
||||
selection-foreground = #cdd6f4
|
||||
cursor-color = #f5e0dc
|
||||
cursor-text = #cdd6f4
|
||||
palette = 0=#45475a
|
||||
palette = 1=#f38ba8
|
||||
palette = 2=#a6e3a1
|
||||
palette = 3=#f9e2af
|
||||
palette = 4=#89b4fa
|
||||
palette = 5=#f5c2e7
|
||||
palette = 6=#94e2d5
|
||||
palette = 7=#a6adc8
|
||||
palette = 8=#585b70
|
||||
palette = 9=#f37799
|
||||
palette = 10=#89d88b
|
||||
palette = 11=#ebd391
|
||||
palette = 12=#74a8fc
|
||||
palette = 13=#f2aede
|
||||
palette = 14=#6bd7ca
|
||||
palette = 15=#bac2de
|
||||
font-size = 14
|
||||
font-family = MesloLGS Nerd Font Mono
|
||||
|
||||
|
|
@ -20,9 +20,7 @@ source = ~/.config/hypr/keybinds.conf
|
|||
exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=Hyprland
|
||||
exec-once=dbus-update-activation-environment --systemd --all &
|
||||
exec-once=blueman-applet
|
||||
exec-once=/usr/lib/polkit-kde-authentication-agent-1
|
||||
exec-once=dbus-update-activation-environment --systemd --all &
|
||||
exec-once=swaync
|
||||
exec-once=/usr/lib/kdeconnectd
|
||||
exec-once=kdeconnect-indicator
|
||||
|
|
@ -43,8 +41,6 @@ exec-once=systemctl --user restart sunshine.service
|
|||
exec-once=pypr
|
||||
exec-once=trayscale --hide-window
|
||||
|
||||
|
||||
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
# $terminal = kitty
|
||||
$terminal = ghostty
|
||||
$fileManager = dolphin
|
||||
$emoji = rofi -mode emoji -show emoji -kb-secondary-copy '' -kb-custom-1 Ctrl+c
|
||||
$menu = ~/.config/rofi/launcher.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue