diff options
-rwxr-xr-x | config/X/x11/xinitrc | 2 | ||||
-rw-r--r-- | config/essentials/nvim/lua/tlast/set.lua | 2 | ||||
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 21 | ||||
-rw-r--r-- | config/zshrc/.zshrc | 5 | ||||
-rwxr-xr-x[-rw-r--r--] | stowcmds.sh | 0 |
5 files changed, 14 insertions, 16 deletions
diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index 7217491..c0a9a30 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -31,7 +31,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi xcompmgr & +feh --bg-scale ~/pics/wallpaper setxkbmap -option ctrl:nocaps xautolock -time 5 -locker slock & redshift & +slstatus & exec dwm diff --git a/config/essentials/nvim/lua/tlast/set.lua b/config/essentials/nvim/lua/tlast/set.lua index 9ab659f..2ff36a5 100644 --- a/config/essentials/nvim/lua/tlast/set.lua +++ b/config/essentials/nvim/lua/tlast/set.lua @@ -35,4 +35,4 @@ vim.opt.smartcase = true vim.opt.swapfile = false vim.opt.backup = false -vim.opt.spelllang = "en_us" +vim.opt.spelllang = "en_us,nl" diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 7ae5795..c570fb4 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -7,7 +7,7 @@ monitor=,preferred,auto,1 # Execute your favorite apps at launch exec-once = gammastep # exec-once = waybar -exec-once = swaybg -i ~/pictures/wallpaper +exec-once = swaybg -i ~/pics/wallpaper # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -106,7 +106,7 @@ $mainMod = SUPER bind = $mainMod, Return, exec, $term bind = $mainMod, C, killactive, -bind = $mainMod SHIFT, Q, exit, +bind = $mainMod, Q, exit, bind = $mainMod, F, togglefloating, bind = $mainMod SHIFT, Return, exec, wofi -S run bind = $mainMod SHIFT, P, pseudo, # dwindle @@ -118,17 +118,12 @@ bind = $mainMod, H, movefocus, l bind = $mainMod, J, movefocus, d bind = $mainMod, K, movefocus, u bind = $mainMod, L, movefocus, r -bind = $mainMod SHIFT, J, swapnext -bind = $mainMod SHIFT, K, swapnext, prev - -bind = $mainMod, R, submap, resize -submap = resize -binde =, H, resizeactive, -30 0 -binde =, J, resizeactive, 0 30 -binde =, K, resizeactive, 0 -30 -binde =, L, resizeactive, 30 0 -bind = $mainMod, R , submap, reset -submap = reset +bind = $mainMod , SPACE, swapnext + +binde = $mainMod SHIFT, H, resizeactive, -30 0 +binde = $mainMod SHIFT, J, resizeactive, 0 30 +binde = $mainMod SHIFT, K, resizeactive, 0 -30 +binde = $mainMod SHIFT, L, resizeactive, 30 0 bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 diff --git a/config/zshrc/.zshrc b/config/zshrc/.zshrc index 4c72405..c54e637 100644 --- a/config/zshrc/.zshrc +++ b/config/zshrc/.zshrc @@ -19,8 +19,9 @@ export PASSWORD_STORE_CLIP_TIME=5 if [ ! $(pgrep Xorg) ] && [ "tty1" = "$(basename $(tty))" ] then clear - eval `keychain --eval --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D` - eval `keychain --noask --eval --quiet --agents ssh` + eval `keychain --eval --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D 2>/dev/null` + eval `keychain --noask --eval --quiet --agents ssh 2>/dev/null` + clear startx 2&> /dev/null exit fi diff --git a/stowcmds.sh b/stowcmds.sh index b78d4a1..b78d4a1 100644..100755 --- a/stowcmds.sh +++ b/stowcmds.sh |