Change keybinds, bar opacity, cursor accel, wrong theme, profile and zshrc

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2023-12-24 09:15:41 +03:00
parent a823e8d75e
commit ad8858050c
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C
5 changed files with 8 additions and 8 deletions

View file

@ -7,4 +7,3 @@ export MOZ_DBUS_REMOTE=1
export QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORMTHEME=qt5ct
export XDG_CURRENT_DESKTOP=Unity export XDG_CURRENT_DESKTOP=Unity
export HOMEBREW_NO_ENV_HINTS=false export HOMEBREW_NO_ENV_HINTS=false
. "$HOME/.cargo/env"

View file

@ -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 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 rebuild="sudo nixos-rebuild switch --flake path:/etc/nixos --impure"
alias drebuild="darwin-rebuild switch --flake path:$HOME/my/nixos" 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 flushdnsx="sudo killall -HUP mDNSResponder"
alias rsync_music="rsync Music/Music/Media.localized/Music server.local:~/Music/Media.localized/ -av" alias rsync_music="rsync Music/Music/Media.localized/Music server.local:~/Music/Media.localized/ -av"

View file

@ -17,13 +17,15 @@ input type:keyboard {
} }
input type:touchpad { input type:touchpad {
tap enabled tap disabled
dwt disabled dwt disabled
natural_scroll enabled natural_scroll enabled
} }
input "1452:849:Apple_MTP_multi-touch" { input "1452:849:Apple_MTP_multi-touch" {
scroll_factor 0.25 scroll_factor 0.25
accel_profile adaptive
pointer_accel 0.1
} }
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK 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 # Symbols bind
bindsym $mod+Return exec $term bindsym $mod+Return exec $term
bindsym $mod+Shift+f exec $filemgr bindsym $mod+Shift+e exec $filemgr
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
bindsym $mod+d exec $menu bindsym $mod+d exec $menu
floating_modifier $mod normal floating_modifier $mod normal
bindsym $mod+Shift+c reload 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+$left focus left
bindsym $mod+$down focus down bindsym $mod+$down focus down
bindsym $mod+$up focus up bindsym $mod+$up focus up
@ -109,7 +111,7 @@ bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split bindsym $mod+e layout toggle split
bindsym $mod+f fullscreen bindsym $mod+f fullscreen
bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+f floating toggle
bindsym $mod+space focus mode_toggle bindsym $mod+space focus mode_toggle
bindsym $mod+a focus parent bindsym $mod+a focus parent
bindsym $mod+Shift+minus move scratchpad bindsym $mod+Shift+minus move scratchpad

View file

@ -2,7 +2,7 @@ seat seat0 xcursor_theme "Catppuccin-Macchiato-Dark-Cursors"
set $gnome-schema org.gnome.desktop.interface set $gnome-schema org.gnome.desktop.interface
exec_always { 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 icon-theme 'Mint-Y-Blue'
gsettings set $gnome-schema cursor-theme 'Catppuccin-Macchiato-Dark-Cursors' gsettings set $gnome-schema cursor-theme 'Catppuccin-Macchiato-Dark-Cursors'
gsettings set $gnome-schema font-name 'Ubuntu 9' gsettings set $gnome-schema font-name 'Ubuntu 9'

View file

@ -10,7 +10,7 @@
window#waybar { window#waybar {
color: transparent; color: transparent;
background: @base; background: @base;
opacity: 0.75; opacity: 0.85;
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
margin-top: 8px; margin-top: 8px;