Skip to content

Commit

Permalink
New wallpapers and stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
wunki committed Aug 28, 2015
1 parent 119b012 commit adab3cc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ end
set -x BOOT_COLOR 1
set -x BOOT_JVM_OPTIONS "-Xmx2g -client -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -Xverify:none"


# nodejs
set -x NPM_PACKAGES "$HOME/.npm-packages"
set -x NODE_PATH "$NPM_PACKAGES/lib/node_modules:$NODE_PATH"
Expand Down
4 changes: 2 additions & 2 deletions gtk/gtkrc-2.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include "/home/wunki/.themes/MurrinaGilouche/gtk-2.0/gtkrc"
include "/usr/share/themes/Vertex-Dark/gtk-2.0/gtkrc"
include "/home/wunki/.gtkrc.mine"

gtk-theme-name = "MurrinaGilouche"
gtk-theme-name = "Vertex"

style "vimfix" {
bg[NORMAL] = "#3f3f3f"
Expand Down
2 changes: 1 addition & 1 deletion xmonad/xmonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ myKeys conf@(XConfig {XMonad.modMask = modMask, workspaces = ws}) = M.fromList $
-- cycle through workspaces
, ((modMask, xK_n), moveTo Next (WSIs (return $ not . (=="SP") . W.tag)))
, ((modMask, xK_p), moveTo Prev (WSIs (return $ not . (=="SP") . W.tag)))
, ((modMask, xK_d), spawn "dmenu_run -i -fn 'Fira-Mono-8:normal' -nb '#1d1f21' -nf '#c5c8c6' -sb '#1d1f21' -sf '#81a2be' -p '>' ") -- %! Launch dmenu
, ((modMask, xK_d), spawn "dmenu_run -i -fn 'xft:Fira Mono:size=8:antialias=true' -nb '#1d1f21' -nf '#c5c8c6' -sb '#1d1f21' -sf '#81a2be' -p '>' ") -- %! Launch dmenu
, ((modMask, xK_g), windowPromptGoto defaultXPConfig)
, ((modMask, xK_c), windowPromptBring defaultXPConfig)
]
Expand Down
8 changes: 4 additions & 4 deletions xorg/Xdefaults
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ urxvt.keysym.M-Escape: perl:keyboard-select:activate
urxvt.keysym.M-s: perl:keyboard-select:search

! Urxvt fonts
urxvt.font: xft:Ubuntu Mono:size=10,xft:Ubuntu Mono derivative Powerline
urxvt.boldFont: xft:Ubuntu Mono::bold:size=10
urxvt.italicFont: xft:Ubuntu Mono::italic:size=10
urxvt.boldItalicFont: xft:Ubuntu Mono::bolditalic:size=10
urxvt.font: xft:Ubuntu Mono:size=9,xft:Ubuntu Mono derivative Powerline
urxvt.boldFont: xft:Ubuntu Mono::bold:size=9
urxvt.italicFont: xft:Ubuntu Mono::italic:size=9
urxvt.boldItalicFont: xft:Ubuntu Mono::bolditalic:size=9

! Urxvt settings
urxvt.depth: 32
Expand Down
2 changes: 1 addition & 1 deletion xorg/xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ xsetroot -cursor_name left_ptr
unclutter -idle 3 &

# Set background
feh --bg-fill ~/pictures/wallpapers/clouds.jpg
feh --bg-fill ~/pictures/wallpapers/hex.png

# Start rvxt-unicode server
urxvtd -o -q -f &
Expand Down

0 comments on commit adab3cc

Please sign in to comment.