From e32623db426461c87ca5cfc58dec3599d050ab52 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 28 Feb 2023 11:37:07 +0100 Subject: added nl to spelling languages --- config/essentials/nvim/lua/tlast/set.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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" -- cgit v1.2.3 From d471f894dc21120e92f0711f11dee75ca54b5ae7 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 28 Feb 2023 21:04:22 +0100 Subject: added background image with feh --- config/X/x11/xinitrc | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index 3e6679c..f91ff70 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -31,6 +31,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi xcompmgr & +feh --bg-scale ~/pics/wallpaper setxkbmap -option ctrl:nocaps xautolock -time 5 -locker slock & exec dwm -- cgit v1.2.3 From d9debe5f9f76617738109765cdc20108b4119621 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 28 Feb 2023 21:04:39 +0100 Subject: added slstatus before dwm startup --- config/X/x11/xinitrc | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index f91ff70..b762cc9 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -34,4 +34,5 @@ xcompmgr & feh --bg-scale ~/pics/wallpaper setxkbmap -option ctrl:nocaps xautolock -time 5 -locker slock & +slstatus & exec dwm -- cgit v1.2.3 From 2973d3f55473c5aa73e6b211925f35db53f1acf0 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 28 Feb 2023 21:05:29 +0100 Subject: remove output from keychain --- config/zshrc/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config') 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 -- cgit v1.2.3 From d5adbd03d7e8851f82f74f4eb9afeca1d3da349d Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 28 Feb 2023 21:06:11 +0100 Subject: changed wallpaper directory --- config/hyprland/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 7ae5795..33d266f 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 -- cgit v1.2.3 From 3df6f72820f43f1267dd7d77a32a30dbaf9561d9 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 28 Feb 2023 21:06:35 +0100 Subject: changed keybinds --- config/hyprland/hypr/hyprland.conf | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'config') diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 33d266f..c570fb4 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.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 -- cgit v1.2.3