From fe2204d61f3463ad00a3179e60bc5c8c010f5297 Mon Sep 17 00:00:00 2001 From: dwalker Date: Sat, 2 May 2026 22:41:20 -0400 Subject: updated configs --- .config/i3/config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 64e8073..702e5b6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -10,13 +10,16 @@ font pango:monospace 8 bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Shift+q kill -bindsym $mod+d exec dmenu_run +bindsym $mod+d exec --no-startup-id ~/.script/favs_dmenu_run.sh floating_modifier $mod #for_window [class="^.*"] border pixel 1 # ----- Startup ------------------------------------------------------------------------------------ exec_always --no-startup-id xwallpaper --stretch ~/.config/wall +exec_always --no-startup-id sh -c 'sleep 10; ~/.script/weather.sh &' +exec_always --no-startup-id sh -c 'sleep 10; ~/.script/xbps_update_count.sh &' +exec_always --no-startup-id sh -c 'while :; do ~/.script/gpu_usage_nvidia.sh; sleep 5; done' exec --no-startup-id xcompmgr -c -o.60 exec --no-startup-id mpd exec --no-startup-id redshift -c ~/.config/redshift/redshift.config @@ -107,8 +110,8 @@ bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 15 bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 15 # ----- Screenshots -------------------------------------------------------------------------------- -bindsym Print exec --no-startup-id scrot # Print whole screen. -bindsym Shift+Print exec --no-startup-id scrot -u # Print currently focused window. +bindsym Print exec --no-startup-id scrot -s -e "mv \$f ~/Images/Screenshots/" # Print selection +bindsym Shift+Print exec --no-startup-id scrot -u -e "mv \$f ~/Images/Screenshots/" # Print currently focused window. # ----- Resizing ----------------------------------------------------------------------------------- bindsym $mod+r mode "resize" -- cgit v1.2.3