Skip to content

Commit e8ff898

Browse files
committed
misc
1 parent 5a86848 commit e8ff898

File tree

5 files changed

+22
-24
lines changed

5 files changed

+22
-24
lines changed

.i3/config

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ set $alt Mod1
44

55
# set font
66

7-
font pango: Inconsolata\-dz for Powerline 8
7+
font pango: Noto Mono 8
8+
89

910
# Use Mouse+$super to drag floating windows to their wanted position
1011
floating_modifier $super
1112

1213
#autostart
1314
exec --no-startup-id xrdb ~/.Xdefaults
14-
exec --no-startup-id nmcli connection up TSR2
15+
exec --no-startup-id nmcli connection up Tenda
1516
exec --no-startup-id xsettingsd &
1617
exec --no-startup-id $HOME/.config/polybar/launch.sh
1718
exec --no-startup-id compton -b
@@ -20,17 +21,16 @@ exec --no-startup-id greenclip daemon
2021
exec --no-startup-id kdeconnect-indicator
2122
exec --no-startup-id redshift
2223
exec --no-startup-id wally
23-
exec --no-startup-id hsetroot -fill ~/Pictures/wally.jpg
24-
exec --no-startup-id xset r rate 500 30
24+
exec --no-startup-id hsetroot -fill ~/Pictures/arch.png
2525
exec --no-startup-id syncthing
2626

2727
# start a terminal
28-
bindsym $super+Return exec termite
28+
bindsym $super+Return exec urxvt
2929

3030
# start dmenu (a program launcher)
31-
bindsym $super+Shift+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Inconsolata\-dz for Powerline:size=8'"
32-
bindsym Control+space exec rofi -lines 12 -padding 18 -width 60 -location 0 -columns 3 -show combi -sidebar-mode -font 'Inconsolata\-dz for Powerline 8'
33-
bindsym $alt+space exec rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' -font 'Inconsolata\-dz for Powerline 8'
31+
bindsym $super+Shift+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Mono:size=8'"
32+
bindsym Control+space exec rofi -lines 12 -padding 18 -width 60 -location 0 -columns 3 -show combi -sidebar-mode -font 'Noto Mono 8'
33+
bindsym $alt+space exec rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' -font 'Noto Mono 8'
3434

3535
# common apps keybinds
3636
bindsym Print exec scrot "Cheese_%a-%d%b%y_%H.%M.png" -e "viewnior ~/$f"

.xcolors/@active

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/home/tuxcanfly/.Xresources.d/colors
1+
/home/tuxcanfly/.xcolors/xoria256

.xcolors/xoria256

+1-3
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,8 @@ XTerm*color13 : #dfafdf
9090
XTerm*color14 : #afdfdf
9191
XTerm*color15 : #eeeeee
9292
XTerm*colorBD : #afafdf
93-
URxvt*colorIT : #80d4aa
93+
XTerm*colorIT : #80d4aa
9494
XTerm*colorUL : #dfdfaf
9595
XTerm*foreground : #d0d0d0
9696
XTerm*background : #1c1c1c
9797
XTerm*cursorColor : #ffaf00
98-
99-

.zshrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
setopt noflowcontrol
22

3-
ZSH_THEME="half-life"
3+
ZSH_THEME="sunaku"
44
plugins=(git golang history tmux archlinux z)
55

66
[ ! -f ~/.zgen/zgen.zsh ] && git clone https://github.com/tarjoilija/zgen ~/.zgen
@@ -41,4 +41,4 @@ fi
4141
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
4242
[ -f ~/.fzf.colors ] && source ~/.fzf.colors
4343

44-
if [ "$TMUX" = "" ]; then tmux new; fi
44+
if [ "$TMUX" = "" ]; then tmux -2u new; fi

install.sh

100644100755
+10-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
sudo pacman -S i3-wm rxvt-unicode dmenu neovim
2-
sudo pacman -S dmenu ranger
3-
sudo pacman -S feh imagemagick python-pip
4-
sudo pacman -S cairo libxcb python2 xcb-proto xcb-util-image xcb-util-wm xcb-util-xrm jsoncpp
5-
sudo pacman -S fontconfig freetype2
6-
sudo pacman -S imagemagick feh xorg-xrandr xorg-xdpyinfo
7-
sudo pacman -S dialog w3m compton i3-wm dunst i3lock i3status xsel rofi viewnior alsa-utils conky
8-
sudo pacman -S xprop xorg-xprop scrot mpd mpc terminus-font weechat bitlbee
9-
pacaur -S aur/i3lock-color lemonbar-git ttf-terminess nerd-font-complete base16-manager-git fzf-git
10-
pacaur -S polybar hsetroot fonts-noto suckless-tools ttf-font-icons betterlockscreen yay-bin
1+
i3-wm rxvt-unicode dmenu neovim
2+
dmenu ranger
3+
feh imagemagick python-pip
4+
cairo libxcb python2 xcb-proto xcb-util-image xcb-util-wm xcb-util-xrm jsoncpp
5+
fontconfig freetype2
6+
imagemagick feh xorg-xrandr xorg-xdpyinfo
7+
dialog w3m compton i3-wm dunst i3lock i3status xsel rofi viewnior alsa-utils conky
8+
xprop xorg-xprop scrot mpd mpc terminus-font weechat bitlbee
9+
aur/i3lock-color lemonbar-git ttf-terminess nerd-font-complete base16-manager-git fzf-git
10+
polybar hsetroot fonts-noto suckless-tools ttf-font-icons betterlockscreen yay-bin

0 commit comments

Comments
 (0)