diff options
| author | dwalker <dwalker@dwalker.xyz> | 2026-05-02 22:41:20 -0400 |
|---|---|---|
| committer | dwalker <dwalker@dwalker.xyz> | 2026-05-02 22:41:20 -0400 |
| commit | fe2204d61f3463ad00a3179e60bc5c8c010f5297 (patch) | |
| tree | e3d2477e7768e08d8b7c98455ced91c2ecef2e42 /.config/i3/config | |
| parent | bd88099e12e5781e9f38d2af17ab829e80e30687 (diff) | |
updated configs
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 9 |
1 files changed, 6 insertions, 3 deletions
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" |
