Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
umgbhalla committed Feb 17, 2023
1 parent 35a0471 commit ea2fe06
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 21 deletions.
10 changes: 10 additions & 0 deletions base/kmonad/.config/kmonad/base.kbd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
;; Set this to false to disable any command-execution in KMonad
allow-cmd false
)
(defalias spc (tap-hold 200 spc (layer-toggle space)))


(defsrc
Expand All @@ -27,6 +28,15 @@
tab q w e r t y u i o p [ ] \ del ins
esc a s d f g h j k l ; ' ret pgup pause
lsft z x c v b n m , . / rsft up pgdn slck
lctl lmet lalt @spc ralt cmp rctl lft down rght
)


(deflayer space
caps 1 2 3 4 5 6 7 8 9 0 - = bspc grv home end
tab q w e r t y u i o p [ ] \ del ins
esc a s d f g lft down up rght ; ' ret pgup pause
lsft z x c v b n m , . / rsft up pgdn slck
lctl lmet lalt spc ralt cmp rctl lft down rght
)

Expand Down
Empty file removed base/kmonad/.config/kmonad/pup
Empty file.
29 changes: 15 additions & 14 deletions base/zsh/.config/zsh/.zcompdump
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#files: 889 version: 5.9
#files: 890 version: 5.9

_comps=(
'-' '_precommand'
Expand Down Expand Up @@ -691,7 +691,6 @@ _comps=(
'_kind' '_kind'
'kind' '_kind'
'kioclient' '_kfmclient'
'kitty' '_kitty'
'knock' '_knock'
'kns' '_kubens'
'konqueror' '_webbrowser'
Expand Down Expand Up @@ -1223,6 +1222,8 @@ _comps=(
'shuf' '_shuf'
'shutdown' '_shutdown'
'sisu' '_sisu'
'_skaffold' '_skaffold'
'skaffold' '_skaffold'
'skein1024' '_cksum'
'skein256' '_cksum'
'skein512' '_cksum'
Expand Down Expand Up @@ -1770,18 +1771,18 @@ autoload -Uz _alacritty _bat _black _blackd _bluetoothctl \
_fd _flatpak _foot _footclient _gh \
_googler _helix _helm _hostnamectl _hyperfine \
_journalctl _just _k6 _k9s _kdeconnect \
_kernel-install _kind _kitty _kubectl _kubectx \
_kubens _kustomize _libinput _localectl _loginctl \
_luarocks _luarocks-admin _machinectl _meson _minikube \
_miniserve _mkinitcpio _mpv _nerdctl _netctl \
_networkctl _ngrok _ninja _oi _oomctl \
_paccache _pacdiff _pacignore _paclist _paclog-pkglist \
_pacman _pacscripts _pacsearch _pacsort _pactree \
_parallel _paru _pdfgrep _pipenv _playerctl \
_polybar _polybar_msg _powerpill _pulseaudio _qpdf \
_rankmirrors _rclone _resolvectl _rg _riverctl \
_rustup _scrcpy _sd_hosts_or_user_at_host _sd_machines _sd_outputmodes \
_sd_unit_files _solana _swayidle _swaylock _systemctl \
_kernel-install _kind _kubectl _kubectx _kubens \
_kustomize _libinput _localectl _loginctl _luarocks \
_luarocks-admin _machinectl _meson _minikube _miniserve \
_mkinitcpio _mpv _nerdctl _netctl _networkctl \
_ngrok _ninja _oi _oomctl _paccache \
_pacdiff _pacignore _paclist _paclog-pkglist _pacman \
_pacscripts _pacsearch _pacsort _pactree _parallel \
_paru _pdfgrep _pipenv _playerctl _polybar \
_polybar_msg _powerpill _pulseaudio _qpdf _rankmirrors \
_rclone _resolvectl _rg _riverctl _rustup \
_scrcpy _sd_hosts_or_user_at_host _sd_machines _sd_outputmodes _sd_unit_files \
_skaffold _solana _swayidle _swaylock _systemctl \
_systemd _systemd-analyze _systemd-delta _systemd-inhibit _systemd-nspawn \
_systemd-path _systemd-run _systemd-tmpfiles _terraform _timedatectl \
_tldr _udevadm _updpkgsums _vagrant _wl-copy \
Expand Down
8 changes: 4 additions & 4 deletions themes/cr0nus/picom/.config/picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ blur: {
# background-fixed = false;
}
blur-background-exclude = [
# "window_type = 'dock'",
"window_type = 'dock'",
"window_type = 'desktop'",
"class_g = 'hacksaw'", # maim
"class_g = 'slop'" # maim
Expand All @@ -92,9 +92,9 @@ mark-wmwin-focused = true;
mark-ovredir-focused = true;
use-ewmh-active-win = true;

# detect-rounded-corners = true;
# corner-radius = 9;
# round-borders = 6;
detect-rounded-corners = true;
corner-radius = 9;
round-borders = 6;


# detect-client-opacity = true;
Expand Down
6 changes: 3 additions & 3 deletions themes/cr0nus/sxhkd/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ super + shift + alt + r

# kmonad restart
super + alt + k
sudo pkill -x kmonad ; { sleep 0.8; kmonad ~/.config/kmonad/rkg68.kbd & }; notify-send "kmonad restarted"
sudo pkill -x kmonad ; { sleep 0.8; kmonad ~/.config/kmonad/base.kbd & }; notify-send "kmonad restarted"

# keybindhelper
super + shift + h
Expand Down Expand Up @@ -295,8 +295,8 @@ super + ctrl + shift + space
# bspc node -z {left -10 0,bottom 0 10,top 0 -10,right 10 0}

# contract a window by moving one of its side inward
super + alt + shift + {h,j,k,l}
bspc node -z {right -10 0,top 0 10,bottom 0 -10,left 10 0}
# super + alt + shift + {h,j,k,l}
# bspc node -z {right -10 0,top 0 10,bottom 0 -10,left 10 0}

# expand/contract a window by moving both of its side outward
super + {Up,Down,Left,Right}
Expand Down

0 comments on commit ea2fe06

Please sign in to comment.