Updates from Mac

This commit is contained in:
Nemo 2017-11-13 13:04:04 +05:30
parent 0ca48b61ef
commit 60769ffaba
3 changed files with 10 additions and 4 deletions

View File

@ -61,6 +61,12 @@ bindsym $mod+Escape exec snippy.sh
# kill focused window
bindsym $mod+Shift+q kill
# keyboard backlight, for Mac
# increase/decrease keyboard brightness
bindsym XF86KbdBrightnessUp exec /home/nemo/projects/scripts/backlight up
bindsym XF86KbdBrightnessDown exec /home/nemo/projects/scripts/backlight down
#### Lock screen config #####
# Use i3lock as screensaver (works on suspend)
exec --no-startup-id "xss-lock /home/nemo/projects/scripts/i3lock.sh > /home/nemo/projects/scripts/xss-lock.log"

View File

@ -21,7 +21,7 @@
! Xcursor --------------------------------------------------------------------
Xcursor.theme: Vanilla-DMZ-AA
Xcursor.size: 22
Xcursor.size: 18
! xterm ----------------------------------------------------------------------
@ -54,7 +54,7 @@ Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
URxvt.font: xft:Input Mono:size=16:pixelsize=16
URxvt.font: xft:Input Mono:size=12:pixelsize=12
URxvt.scrollBar: false
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up

4
files/x11/.xinitrc Executable file → Normal file
View File

@ -1,6 +1,6 @@
#!/bin/sh
xrdb ~/.Xresources
xset -b
export PATH="${PATH}:/home/nemo/.nvm/versions/node/v8.7.0/bin:/home/nemo/projects/scripts"
export PATH="${PATH}:/home/nemo/.nvm/versions/node/v8.9.1/bin:/home/nemo/projects/scripts"
dbus-update-activation-environment --systemd DISPLAY
exec i3
exec i3