Browse Source

Merge branch 'master' of github.com:fabean/dotfiles

master
Josh Fabean 6 years ago
parent
commit
9bd4027cf1
5 changed files with 21 additions and 9 deletions
  1. +3
    -3
      .config/i3/arch-config
  2. +7
    -5
      .config/polybar/config
  3. +1
    -1
      .config/termite/config
  4. +6
    -0
      git/.gitconfig
  5. +4
    -0
      git/.gitignore_global

+ 3
- 3
.config/i3/arch-config View File

@ -11,7 +11,7 @@ exec --no-startup-id xset r rate 250 25
exec --no-startup-id xset b off
exec --no-startup-id setxkbmap -option caps:escape
exec --no-startup-id nightshift -l 39.0315533:-94.4954291 -d
exec --no-startup-id setxkbmap -model apple_laptop -layout us -variant dvp
# exec --no-startup-id setxkbmap -model apple_laptop -layout us -variant dvp
font pango:FiraCode, FontAwesome 12
@ -52,8 +52,8 @@ bindsym $mod+Up focus up
bindsym $mod+Right focus right
#change screen layout
bindsym $mod+Shift+m exec --no-startup-id /home/joshfabean/.screenlayout/work-2-monitors.sh
bindsym $mod+Shift+n exec --no-startup-id /home/joshfabean/.screenlayout/just-lappy.sh
bindsym $mod+Shift+m exec --no-startup-id /home/joshfabean/.screenlayout/desktop-computer-dual.sh
bindsym $mod+Shift+n exec --no-startup-id /home/joshfabean/.screenlayout/desktop-computer-single.sh
# move focused window
bindsym $mod+Shift+j move left


+ 7
- 5
.config/polybar/config View File

@ -47,8 +47,8 @@ font-0 = FiraCode:pixelsize=10;1
font-1 = FontAwesome:pixelsize=10;2
font-2 = DejaVue Sans Mono:pixelsize=10;1
modules-left =
modules-center = i3
modules-left = i3
modules-center =
modules-right =
tray-position = right
@ -94,9 +94,8 @@ font-1 = FontAwesome:pixelsize=10;2
font-2 = "Wuncon Siji:pixelsize=10;1"
modules-left = mpd
modules-center = i3
; modules-right = filesystem xbacklight volume memory cpu wlan eth battery temperature date
modules-left = i3
modules-center = mpd
modules-right = xbacklight wlan cpu memory temperature battery volume date
tray-position = right
@ -434,6 +433,9 @@ icon-next = 
label-song-maxlen = 25
label-song-ellipsis = true
host = 127.0.0.1
port = 6600
[module/xbacklight]
type = internal/xbacklight


+ 1
- 1
.config/termite/config View File

@ -1,3 +1,3 @@
[options]
font = FiraCode
font = Literation Mono Nerd Font

+ 6
- 0
git/.gitconfig View File

@ -0,0 +1,6 @@
[core]
excludesfile = ~/.gitignore_global
[user]
email = joshfabean@gmail.com
name = Josh Fabean

+ 4
- 0
git/.gitignore_global View File

@ -0,0 +1,4 @@
.tags
*.swp
DS_Store

Loading…
Cancel
Save