mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-21 23:55:07 +03:00
Change keybinds, bar opacity, cursor accel, wrong theme, profile and zshrc
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
a823e8d75e
commit
ad8858050c
5 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue