From 12bf00fe9fdeacfc77c62d006b4f4231d258daf0 Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Thu, 9 Apr 2026 00:18:30 +0200 Subject: ghostty --- .config/ghostty/config.ghostty | 39 +++++++++++++++++++++++++++++++++++++++ .config/sway/config | 31 ++++++++++++------------------- 2 files changed, 51 insertions(+), 19 deletions(-) create mode 100644 .config/ghostty/config.ghostty diff --git a/.config/ghostty/config.ghostty b/.config/ghostty/config.ghostty new file mode 100644 index 0000000..9d7d4f4 --- /dev/null +++ b/.config/ghostty/config.ghostty @@ -0,0 +1,39 @@ +window-width = 100 +window-height = 30 +window-padding-x = 8 +window-padding-y = 8 +window-decoration = true + +font-family = JetBrainsMonoNF +font-style = Regular +font-size = 12 + +scrollback-limit = 10000 + +mouse-hide-while-typing = true + +foreground = #dedede +background = #121212 + +cursor-color = #D27319 +cursor-text = #F5F1E8 + +selection-foreground = #F5F1E8 +selection-background = #474e91 + +palette = 0=#929292 +palette = 1=#e27373 +palette = 2=#B5B23C +palette = 3=#D27319 +palette = 4=#97bedc +palette = 5=#7162ac +palette = 6=#00838D +palette = 7=#dedede +palette = 8=#bdbdbd +palette = 9=#ffa1a1 +palette = 10=#c9de95 +palette = 11=#F6D99D +palette = 12=#b1d8f6 +palette = 13=#C8A2C9 +palette = 14=#3CA698 +palette = 15=#F5F1E8 diff --git a/.config/sway/config b/.config/sway/config index 90549d9..f63fc54 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -4,15 +4,17 @@ set $left h set $down j set $up k set $right l -set $term alacritty -set $browser firefox +set $term ghostty +set $browser librewolf +set $menu wmenu-run -f "JetBrainsMonoNF 10" -N "#121212" -s "#121212" -S "#C9DE95" -M "#121212" -p "Run: " +set $scriptsmenu scripts_menu.sh -set $menu wmenu-run -N "#121212" -s "#121212" -S "#C9DE95" -M "#121212" -p "Run: " -exec wlsunset -T 4200 +output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +exec wlsunset -T 4200 exec waybar - +exec dunst exec wl-paste --watch cliphist store exec swayidle -w \ @@ -39,6 +41,8 @@ bindsym $mod+Shift+q kill bindsym $mod+d exec $menu +bindsym $mod+s exec $scriptsmenu + bindsym Print exec grim - | wl-copy bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy @@ -49,7 +53,6 @@ bindsym $mod+v exec cliphist list | wmenu -l 10 -p "Clipboard:" | cliphist decod bindsym $mod+p exec hyprpicker | wl-copy - floating_modifier $mod normal bindsym $mod+Shift+c reload @@ -75,7 +78,6 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right - bindsym $mod+1 workspace number 1 bindsym $mod+2 workspace number 2 bindsym $mod+3 workspace number 3 @@ -97,13 +99,12 @@ bindsym $mod+Shift+8 move container to workspace number 8 bindsym $mod+Shift+9 move container to workspace number 9 bindsym $mod+Shift+0 move container to workspace number 10 - bindsym $mod+b splith bindsym $mod+n splitv -bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed -bindsym $mod+e layout toggle split +# bindsym $mod+s layout stacking +# bindsym $mod+w layout tabbed +# bindsym $mod+e layout toggle split bindsym $mod+f fullscreen @@ -142,7 +143,6 @@ bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ t bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%- bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+ - default_border pixel 2 default_floating_border pixel 2 smart_borders on @@ -165,10 +165,3 @@ client.unfocused #222222 #222222 #888888 #222222 #222222 # } # } -# include /etc/sway/config.d/* - - - - - - -- cgit v1.2.3