diff --git a/configs/.profile b/configs/.profile index 99b83e1..e18c38f 100644 --- a/configs/.profile +++ b/configs/.profile @@ -7,4 +7,3 @@ export MOZ_DBUS_REMOTE=1 export QT_QPA_PLATFORMTHEME=qt5ct export XDG_CURRENT_DESKTOP=Unity export HOMEBREW_NO_ENV_HINTS=false -. "$HOME/.cargo/env" diff --git a/configs/.zshrc b/configs/.zshrc index 2e2a084..55d9f98 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -52,7 +52,6 @@ alias ltcp="cp ~/.dotfiles/latex_template/{macros,preamble,template,letterfonts} alias jekyll_export="jekyll b -d ./_archive && cd _archive && tar cf ../site.tar ./ && cd .. && gzip -9 -f site.tar && rm -rf _archive" alias rebuild="sudo nixos-rebuild switch --flake path:/etc/nixos --impure" alias drebuild="darwin-rebuild switch --flake path:$HOME/my/nixos" -alias activate_brew_x86_64="eval \"$(/usr/local/bin/brew shellenv)\"" alias flushdnsx="sudo killall -HUP mDNSResponder" alias rsync_music="rsync Music/Music/Media.localized/Music server.local:~/Music/Media.localized/ -av" diff --git a/configs/sway/config b/configs/sway/config index 85c6d84..40b3995 100644 --- a/configs/sway/config +++ b/configs/sway/config @@ -17,13 +17,15 @@ input type:keyboard { } input type:touchpad { - tap enabled + tap disabled dwt disabled natural_scroll enabled } input "1452:849:Apple_MTP_multi-touch" { scroll_factor 0.25 + accel_profile adaptive + pointer_accel 0.1 } exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK @@ -59,12 +61,12 @@ bindsym $mod+Shift+BackSpace exec killall -s SIGINT wf-recorder # Symbols bind bindsym $mod+Return exec $term -bindsym $mod+Shift+f exec $filemgr +bindsym $mod+Shift+e exec $filemgr bindsym $mod+Shift+q kill bindsym $mod+d exec $menu floating_modifier $mod normal bindsym $mod+Shift+c reload -bindsym $mod+Shift+e exec swaynag -f 'JetBrains Mono 9' -e bottom -t warning -m "What would you like to do?" -B 'Exit sway' 'swaymsg exit' -B 'Power off' 'systemctl poweroff' -B 'Reboot' 'systemctl reboot' -B 'Lock screen' '$HOME/.config/sway/lock.sh' +bindsym $mod+Shift+Escape exec swaynag -f 'JetBrains Mono 9' -e bottom -t warning -m "What would you like to do?" -B 'Exit sway' 'swaymsg exit' -B 'Power off' 'systemctl poweroff' -B 'Reboot' 'systemctl reboot' -B 'Lock screen' '$HOME/.config/sway/lock.sh' bindsym $mod+$left focus left bindsym $mod+$down focus down bindsym $mod+$up focus up @@ -109,7 +111,7 @@ bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split bindsym $mod+f fullscreen -bindsym $mod+Shift+space floating toggle +bindsym $mod+Shift+f floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+a focus parent bindsym $mod+Shift+minus move scratchpad diff --git a/configs/sway/themes/catppuccin-macchiato b/configs/sway/themes/catppuccin-macchiato index 44b4672..9fde705 100644 --- a/configs/sway/themes/catppuccin-macchiato +++ b/configs/sway/themes/catppuccin-macchiato @@ -2,7 +2,7 @@ seat seat0 xcursor_theme "Catppuccin-Macchiato-Dark-Cursors" set $gnome-schema org.gnome.desktop.interface exec_always { - gsettings set $gnome-schema gtk-theme 'Catppuccin-Macchiato-Standard-Blue-dark' + gsettings set $gnome-schema gtk-theme 'Catppuccin-Macchiato-Standard-Blue-Dark' gsettings set $gnome-schema icon-theme 'Mint-Y-Blue' gsettings set $gnome-schema cursor-theme 'Catppuccin-Macchiato-Dark-Cursors' gsettings set $gnome-schema font-name 'Ubuntu 9' diff --git a/configs/waybar/style.css b/configs/waybar/style.css index 966dbe5..a8ef260 100644 --- a/configs/waybar/style.css +++ b/configs/waybar/style.css @@ -10,7 +10,7 @@ window#waybar { color: transparent; background: @base; - opacity: 0.75; + opacity: 0.85; padding-top: 0; padding-bottom: 0; margin-top: 8px;