Uploaded
This commit is contained in:
parent
5b70713ef7
commit
91b3c89fc2
72
Xdefaults
72
Xdefaults
@ -1,72 +0,0 @@
|
|||||||
! Solarized color scheme for the X Window System
|
|
||||||
!
|
|
||||||
! http://ethanschoonover.com/solarized
|
|
||||||
|
|
||||||
|
|
||||||
! Common
|
|
||||||
|
|
||||||
#define S_yellow #b58900
|
|
||||||
#define S_orange #cb4b16
|
|
||||||
#define S_red #dc322f
|
|
||||||
#define S_magenta #d33682
|
|
||||||
#define S_violet #6c71c4
|
|
||||||
#define S_blue #268bd2
|
|
||||||
#define S_cyan #2aa198
|
|
||||||
#define S_green #859900
|
|
||||||
|
|
||||||
|
|
||||||
! Dark
|
|
||||||
|
|
||||||
#define S_base03 #002b36
|
|
||||||
#define S_base02 #073642
|
|
||||||
#define S_base01 #586e75
|
|
||||||
#define S_base00 #657b83
|
|
||||||
#define S_base0 #839496
|
|
||||||
#define S_base1 #93a1a1
|
|
||||||
#define S_base2 #eee8d5
|
|
||||||
#define S_base3 #fdf6e3
|
|
||||||
|
|
||||||
|
|
||||||
! Light
|
|
||||||
|
|
||||||
! #define S_base03 #fdf6e3
|
|
||||||
! #define S_base02 #eee8d5
|
|
||||||
! #define S_base01 #93a1a1
|
|
||||||
! #define S_base00 #839496
|
|
||||||
! #define S_base0 #657b83
|
|
||||||
! #define S_base1 #586e75
|
|
||||||
! #define S_base2 #073642
|
|
||||||
! #define S_base3 #002b36
|
|
||||||
|
|
||||||
|
|
||||||
! To only apply colors to your terminal, for example, prefix
|
|
||||||
! the color assignment statement with its name. Example:
|
|
||||||
!
|
|
||||||
! URxvt*background: S_base03
|
|
||||||
|
|
||||||
*background: S_base03
|
|
||||||
*foreground: S_base0
|
|
||||||
*fading: 40
|
|
||||||
*fadeColor: S_base03
|
|
||||||
*cursorColor: S_base1
|
|
||||||
*pointerColorBackground: S_base01
|
|
||||||
*pointerColorForeground: S_base1
|
|
||||||
|
|
||||||
*color0: S_base02
|
|
||||||
*color1: S_red
|
|
||||||
*color2: S_green
|
|
||||||
*color3: S_yellow
|
|
||||||
*color4: S_blue
|
|
||||||
*color5: S_magenta
|
|
||||||
*color6: S_cyan
|
|
||||||
*color7: S_base2
|
|
||||||
*color9: S_orange
|
|
||||||
*color8: S_base03
|
|
||||||
*color10: S_base01
|
|
||||||
*color11: S_base00
|
|
||||||
*color12: S_base0
|
|
||||||
*color13: S_violet
|
|
||||||
*color14: S_base1
|
|
||||||
*color15: S_base3
|
|
||||||
|
|
||||||
|
|
29
Xinitrc
29
Xinitrc
@ -38,34 +38,7 @@ fi
|
|||||||
|
|
||||||
#xterm*faceSize: 20
|
#xterm*faceSize: 20
|
||||||
|
|
||||||
# Starting DWM
|
|
||||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||||
xrandr --auto
|
xrandr --auto
|
||||||
exec ck-launch-session dbus-launch dwm
|
exec ck-launch-session dbus-launch dwm
|
||||||
|
#exec ck-launch-session dbus-launch i3
|
||||||
# Start programs
|
|
||||||
feh --bg-fill $HOME/.wall.jpg &
|
|
||||||
xset s off -dpms&
|
|
||||||
xset b off&
|
|
||||||
xset s off&
|
|
||||||
xset -dpms&
|
|
||||||
redshift -l 52.2327:18.3036 -t 6500:3200&
|
|
||||||
nm-applet --sm-disable&
|
|
||||||
/usr/local/bin/st -e "tmux-my"&
|
|
||||||
firefox-bin&
|
|
||||||
"/mnt/mega/Systems/Gentoo/apps/KeePass.AppImage"&
|
|
||||||
megasync&
|
|
||||||
dunst -config&
|
|
||||||
/usr/bin/ibus-daemon -d&
|
|
||||||
sh /home/yorune/.xsessionrc&
|
|
||||||
keepassxc&
|
|
||||||
transmission-daemon&
|
|
||||||
teamviewer&
|
|
||||||
getforecast&
|
|
||||||
|
|
||||||
# Start bar
|
|
||||||
|
|
||||||
dwmbar&
|
|
||||||
|
|
||||||
#exec i3
|
|
||||||
#exec ck-launch-session dbus-launch --sh-syntax --exit-with-session i3
|
|
||||||
|
2
config.h
2
config.h
@ -1,6 +1,6 @@
|
|||||||
/* appearance */
|
/* appearance */
|
||||||
static const unsigned int borderpx = 3; /* border pixel of windows */
|
static const unsigned int borderpx = 3; /* border pixel of windows */
|
||||||
static const unsigned int gappx = 15; /* gaps between windows */
|
static const unsigned int gappx = 10; /* gaps between windows */
|
||||||
static const unsigned int snap = 32; /* snap pixel */
|
static const unsigned int snap = 32; /* snap pixel */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom bar */
|
static const int topbar = 1; /* 0 means bottom bar */
|
||||||
|
7
copy
7
copy
@ -1,6 +1,13 @@
|
|||||||
|
!/bin/bash
|
||||||
mkdir -p ~/.config/ranger/
|
mkdir -p ~/.config/ranger/
|
||||||
cp rangerrc.conf ~/.config/ranger/rc.conf
|
cp rangerrc.conf ~/.config/ranger/rc.conf
|
||||||
cp rifle.conf ~/.config/ranger/rifle.conf
|
cp rifle.conf ~/.config/ranger/rifle.conf
|
||||||
cp tmux.conf ~/.tmux.conf
|
cp tmux.conf ~/.tmux.conf
|
||||||
cp Xinitrc ~/.xinitrc
|
cp Xinitrc ~/.xinitrc
|
||||||
cp scope.sh ~/.config/ranger/scope.sh
|
cp scope.sh ~/.config/ranger/scope.sh
|
||||||
|
#ln -s /home/yorune/MEGA/Systems/Gentoo/configs/config.fish ~/.config.fish
|
||||||
|
#ln -s /home/yorune/MEGA/Systems/Gentoo/configs/config.fish /home/yorune/.config/fish/config.fish
|
||||||
|
#curl -L https://get.oh-my.fish | fish
|
||||||
|
#curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
|
||||||
|
#fish
|
||||||
|
#fisher add jethrokuan/fzf
|
||||||
|
13
dwm_status
13
dwm_status
@ -116,29 +116,22 @@ xset b off&
|
|||||||
xset s off&
|
xset s off&
|
||||||
xset -dpms&
|
xset -dpms&
|
||||||
redshift -l 52.2327:18.3036 -t 6500:3200&
|
redshift -l 52.2327:18.3036 -t 6500:3200&
|
||||||
compton&
|
#compton&
|
||||||
nm-applet --sm-disable&
|
nm-applet --sm-disable&
|
||||||
/usr/local/bin/st -e "/bin/zsh"&
|
/usr/local/bin/st -e "tmux"&
|
||||||
#opera&
|
|
||||||
firefox-bin&
|
firefox-bin&
|
||||||
thunderbird-bin&
|
thunderbird-bin&
|
||||||
"/mnt/mega/Systems/Gentoo/apps/KeePass.AppImage"&
|
"/mnt/mega/Systems/Gentoo/apps/KeePass.AppImage"&
|
||||||
#"/mnt/mega/Systems/Gentoo/apps/todoist/todoist"&
|
|
||||||
megasync&
|
megasync&
|
||||||
dunst -config&
|
dunst -config&
|
||||||
/usr/bin/ibus-daemon -d&
|
/usr/bin/ibus-daemon -d&
|
||||||
sh /home/yorune/.xsessionrc&
|
sh /home/yorune/.xsessionrc&
|
||||||
transmission-daemon&
|
transmission-daemon&
|
||||||
#teamviewer&
|
|
||||||
#discord&
|
|
||||||
getforecast&
|
getforecast&
|
||||||
#kodi&
|
|
||||||
|
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
#xsetroot -name "$(playerCmus) | $(print_temp) | $(usageData) | $(testweather) | $(print_wifi) | $(batLevel) | $(print_volume) | $(print_date)"
|
xsetroot -name "$(print_temp) | $(usageData) | $(testweather) | $(print_wifi) | $(batLevel) | $(print_volume) | $(print_date)"
|
||||||
xsetroot -name "$(print_temp) | $(testweather) | $(print_wifi) | $(batLevel) | $(print_volume) | $(print_date)"
|
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -2,10 +2,11 @@ set -g prefix C-a
|
|||||||
set-option -g default-shell /bin/zsh
|
set-option -g default-shell /bin/zsh
|
||||||
unbind C-b
|
unbind C-b
|
||||||
bind-key C-a send-prefix
|
bind-key C-a send-prefix
|
||||||
|
unbind q
|
||||||
|
bind q confirm kill-window
|
||||||
set -g exit-unattached on
|
set -g exit-unattached on
|
||||||
set -g destroy-unattached on
|
set -g destroy-unattached on
|
||||||
set -g status on
|
set -g status on
|
||||||
bind-key p command-prompt -p 'save history to filename:' -I '~/tmux.history' 'capture-pane -JS -32768 ; save-buffer %1 ; delete-buffer'
|
|
||||||
bind-key -n C-f copy-mode \; send-key ?
|
bind-key -n C-f copy-mode \; send-key ?
|
||||||
set -g default-terminal "st-256color"
|
set -g default-terminal "st-256color"
|
||||||
set -g history-limit 20000
|
set -g history-limit 20000
|
||||||
|
44
xinitrc
44
xinitrc
@ -1,44 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
userresources=$HOME/.Xresources
|
|
||||||
usermodmap=$HOME/.Xmodmap
|
|
||||||
sysresources=/etc/X11/xinit/.Xresources
|
|
||||||
sysmodmap=/etc/X11/xinit/.Xmodmap
|
|
||||||
|
|
||||||
# merge in defaults and keymaps
|
|
||||||
|
|
||||||
if [ -f $sysresources ]; then
|
|
||||||
|
|
||||||
xrdb -merge $sysresources
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f $sysmodmap ]; then
|
|
||||||
xmodmap $sysmodmap
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "$userresources" ]; then
|
|
||||||
|
|
||||||
xrdb -merge "$userresources"
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "$usermodmap" ]; then
|
|
||||||
xmodmap "$usermodmap"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# start some nice programs
|
|
||||||
|
|
||||||
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|
||||||
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
|
|
||||||
[ -x "$f" ] && . "$f"
|
|
||||||
done
|
|
||||||
unset f
|
|
||||||
fi
|
|
||||||
|
|
||||||
#xterm*faceSize: 20
|
|
||||||
|
|
||||||
# Starting DWM
|
|
||||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
|
||||||
xrandr --auto
|
|
||||||
exec ck-launch-session dbus-launch dwm
|
|
Loading…
Reference in New Issue
Block a user