Remove screen shot colons because modern apps suck
This commit is contained in:
parent
d60b167bfb
commit
23a6ea7bd8
10
.i3/config
10
.i3/config
@ -12,12 +12,14 @@
|
||||
## Set Dvorak, because, SMRT
|
||||
exec "setxkbmap dvorak"
|
||||
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 --no-startup-id nm-applet
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id insync start
|
||||
exec --no-startup-id redshift-gtk
|
||||
exec killall -q notify-osd
|
||||
exec --no-startup-id dunst -config ~/.i3/config_dunst
|
||||
|
||||
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
|
||||
|
||||
# Print Screen / ScreenShot
|
||||
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 --release Print exec scrot -s $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H:%M:%S`.png #Selection
|
||||
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 --release Print exec scrot -s $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H%M%S`.png #Selection
|
||||
|
||||
# Pulse Audio controls
|
||||
## requires alsa-utils pulseaudio
|
||||
|
Loading…
Reference in New Issue
Block a user