Autostart devmon, add compton
This commit is contained in:
@@ -55,6 +55,8 @@ bindsym $mod+Shift+k move down
|
||||
bindsym $mod+Shift+l move up
|
||||
bindsym $mod+Shift+colon move right
|
||||
|
||||
bindsym $mod+p move workspace to output right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym $mod+Shift+Left move left
|
||||
bindsym $mod+Shift+Down move down
|
||||
@@ -133,6 +135,8 @@ for_window [window_role="pop-up"] floating enable
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -10
|
||||
bindsym XF86MonBrightnessUp exec xbacklight +10
|
||||
|
||||
bindsym $mod+Shift+s exec devmon -r
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
|
||||
1
.rc
1
.rc
@@ -9,6 +9,7 @@ export PATH="$(echo {$HOME,,/opt,/usr,/usr/local}/{bin,sbin} | tr ' ' :):$(echo
|
||||
export GIT_COMMITTER_NAME='Artem Sheremet'
|
||||
export GIT_COMMITTER_EMAIL='dot.doom@gmail.com'
|
||||
export DOOMWADDIR=~/dist/games/doom/wad
|
||||
export GEM_HOME=~/.gem/ruby/2.0.0
|
||||
|
||||
# redefinitions
|
||||
if [ "$(uname -s)" = "Linux" ]; then
|
||||
|
||||
4
.xinitrc
4
.xinitrc
@@ -39,6 +39,10 @@ export GNOME_KEYRING_CONTROL GNOME_KEYRING_PID GPG_AGENT_INFO SSH_AUTH_SOCK
|
||||
clipit &
|
||||
clementine &
|
||||
linconnect-server &
|
||||
compton &
|
||||
devmon -g \
|
||||
--exec-on-drive 'notify-send "%l" "%f %d ready"' \
|
||||
--exec-on-unmount 'notify-send "%l" "%f %d is safe to remove"' &
|
||||
)
|
||||
|
||||
i3status=~/.config/i3status/config
|
||||
|
||||
Reference in New Issue
Block a user