Remove screen shot colons because modern apps suck

This commit is contained in:
Alexander Hosking 2020-04-28 22:46:40 -04:00
parent d60b167bfb
commit 23a6ea7bd8

View File

@ -12,12 +12,14 @@
## Set Dvorak, because, SMRT ## Set Dvorak, because, SMRT
exec "setxkbmap dvorak" exec "setxkbmap dvorak"
exec "xset dpms 0 0 450" exec "xset dpms 0 0 450"
exec /home/ahosking/.screenlayout/home_desktop.sh #exec /home/ahosking/.screenlayout/home_desktop.sh
exec /home/ahosking/.fehbg exec /home/ahosking/.fehbg
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id nextcloud exec --no-startup-id nextcloud
exec --no-startup-id insync start exec --no-startup-id insync start
exec --no-startup-id redshift-gtk exec --no-startup-id redshift-gtk
exec killall -q notify-osd
exec --no-startup-id dunst -config ~/.i3/config_dunst
set $mod Mod4 set $mod Mod4
@ -56,9 +58,9 @@ bindsym Control+space exec rofi -show combi -modi combi -lines 7 -eh 2 -width 10
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# Print Screen / ScreenShot # Print Screen / ScreenShot
bindsym $Mod+Shift+Print exec scrot $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H:%M:%S`.png #FullScreen bindsym $Mod+Shift+Print exec scrot $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H%M%S`.png #FullScreen
bindsym $Mod+Print exec scrot -u $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H:%M:%S`.png #Active Window bindsym $Mod+Print exec scrot -u $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H%M%S`.png #Active Window
bindsym --release Print exec scrot -s $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H:%M:%S`.png #Selection bindsym --release Print exec scrot -s $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H%M%S`.png #Selection
# Pulse Audio controls # Pulse Audio controls
## requires alsa-utils pulseaudio ## requires alsa-utils pulseaudio