Added Shortcut for dotfiles.sh and exec at startup, termite bit darker, cleanup i3lock.py, encountered ssh error so....

This commit is contained in:
TuDatTr
2017-12-21 07:49:37 +01:00
parent ddaf756c6f
commit 37a3fff3c9
4 changed files with 7 additions and 12 deletions

View File

@@ -59,12 +59,13 @@ bindsym XF86MonBrightnessUp exec "xbacklight -inc 10; notify-send 'brightness up
bindsym XF86MonBrightnessDown exec "xbacklight -dec 10; notify-send 'brightness down'"
# Application Shortcuts
bindsym $mod+F1 exec --no-startup-id ~/.scripts/dotfiles.sh
bindsym $mod+F2 exec firefox
bindsym $mod+F3 exec pcmanfm
bindsym $mod+Shift+F3 exec gksu pcmanfm
bindsym $mod+F5 exec terminal -e 'mocp'
# bindsym $mod+t exec --no-startup-id pkill compton
bindsym $mod+Ctrl+t exec --no-startup-id compton -b
# bindsym $mod+Ctrl+t exec --no-startup-id compton -b
bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'"
bindsym Print exec --no-startup-id i3-scrot
bindsym $mod+Print --release exec --no-startup-id i3-scrot -w
@@ -279,6 +280,8 @@ exec --no-startup-id xautolock -time 10 -locker "python ~/.scripts/i3lock.py"
exec_always --no-startup-id ff-theme-util
exec_always --no-startup-id fix_xcursor
exec --no-startup-id nextcloud
exec --no-startup-id ~/.scripts/dotfiles.sh
# Color palette used for the terminal ( ~/.extend.Xresources file )
# Colors are gathered based on the documentation: