From 5caee464f37bd6c75d83217a8d4a30328a2ad66a Mon Sep 17 00:00:00 2001 From: Josue Zamudio Date: Wed, 21 May 2025 16:22:38 -0700 Subject: [PATCH] latest --- .config/alacritty/alacritty.toml | 4 +-- .config/foot/foot.ini | 4 ++- .config/sway/config | 50 ++++++-------------------------- .config/tmux/tmux.conf | 1 - 4 files changed, 14 insertions(+), 45 deletions(-) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 40738bf..9d5b4de 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,8 +1,8 @@ -live_config_reload = true +general.live_config_reload = true [font] normal = { family = "JetBrainsMono NF", style = "Regular" } -size = 9.5 +size = 10 [window] dynamic_padding = true diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 0d95a7d..b676834 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -4,12 +4,14 @@ # term=foot (or xterm-256color if built with -Dterminfo=disabled) term=xterm-256color # login-shell=no +#include=/usr/share/foot/themes/jetbrains-darcula +#include=/usr/share/foot/themes/paper-color-dark app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode title=foot locked-title=no -font=JetBrainsMono NF:size=10 +font=JetBrainsMono NF:size=10.5 #font= :size=10 # font-bold= # font-italic= diff --git a/.config/sway/config b/.config/sway/config index 03f5f05..3b536e2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -4,7 +4,7 @@ font 'JetBrainsMono NF' 9 #set $mod Mod4 set $mod Mod1 -set $term kitty +set $term alacritty set $menu wofi -S drun -G set $left h @@ -20,8 +20,8 @@ include /etc/sway/config-vars.d/* # You can get the names of your outputs by running: swaymsg -t get_outputs #output * background ~/Downloads/jordan-duca-aOqEXM_zI_4-unsplash.jpg fill -output * scale 1.8 bg #000000 solid_color -output $laptop scale 1.9 mode 2880x1800@60Hz +output * scale 1.5 bg #000000 solid_color +output $laptop scale 1.8 mode 2880x1800@60Hz bindswitch --reload --locked lid:on output $laptop disable bindswitch --reload --locked lid:off output $laptop enable exec_always '/home/jozamudi/.config/sway/scripts/clamshell-mode.sh' @@ -182,21 +182,8 @@ bindsym $mod+Shift+s sticky toggle bindsym $mod+Shift+o exec 'playerctl pause && swaylock -c 0x0000' # Status Bar: +bar swaybar_command waybar -# Read `man 5 sway-bar` for more information about this section. -bar { - position top - - # When the status_command prints a new line to stdout, swaybar updates. - # The default just shows the current date and time. - status_command i3blocks - - colors { - statusline #ffffff - #background #323232 - #inactive_workspace #32323200 #32323200 #5c5c5c - } -} # Generated windows. for_window [title="(?:Open|Save) (?:File|Folder|As)"] floating enable; for_window [title="(?:Open|Save) (?:File|Folder|As)"] resize set 800 600 @@ -219,40 +206,21 @@ bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle \ && pkill -RTMIN+10 i3blocks; bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle -bindsym XF86MonBrightnessDown exec brightnessctl set 1%- -bindsym XF86MonBrightnessUp exec brightnessctl set 1%+ +bindsym XF86MonBrightnessDown exec brightnessctl set 5%- +bindsym XF86MonBrightnessUp exec brightnessctl set 5%+ bindsym XF86Search exec bemenu-run -bindsym $mod+p exec grimshot savecopy anything +bindsym $mod+p exec slurp | grim -g - - | tee ~/Pictures/$(date +%s).png | wl-copy bindgesture swipe:right workspace prev bindgesture swipe:left workspace next # Auto start .desktop files using dex -exec dex -a +#exec dex -a exec powertop --auto-tune exec swaync exec sway-audio-idle-inhibit -exec wl-paste -t text --watch clipman store --no-persist - -seat seat0 xcursor_theme Adwaita 25 - -#exec dbus-update-activation-environment WAYLAND_DISPLAY \ -# DISPLAY XDG_CURRENT_DESKTOP SWAYSOCK I3SOCK XCURSOR_SIZE XCURSOR_THEME - - - -# Looks -#default_border pixel 2 -#default_floating_border pixel 2 -gaps inner 2 -gaps outer 2 -blur enable -corner_radius 5 -titlebar_border_thickness 0 -titlebar_padding 0 - -#client.focused #e28743 #e28743 #ffffff +exec eval "$(ssh-agent -s)" include /etc/sway/config.d/* diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index dcf6a43..2b12b14 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -8,7 +8,6 @@ unbind C-b set -g prefix C-Space bind C-Space send-prefix - # set vi-mode set-window-option -g mode-keys vi # keybindings