commit after reinstallation of desktop
This commit is contained in:
@@ -5,5 +5,6 @@
|
|||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
# alias ls='ls --color=auto'
|
||||||
PS1='[\u@\h \W]\$ '
|
# alias grep='grep --color=auto'
|
||||||
|
# PS1='[\u@\h \W]\$ '
|
||||||
|
|||||||
+1
-3
@@ -354,13 +354,11 @@ mode "resize" {
|
|||||||
|
|
||||||
# Autostart applications
|
# Autostart applications
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||||
exec --no-startup-id nitrogen --restore; sleep 1; picom --config ~/.config/picom/picom.conf
|
|
||||||
exec --no-startup-id light-locker
|
|
||||||
exec --no-startup-id nextcloud
|
exec --no-startup-id nextcloud
|
||||||
exec --no-startup-id mullvad-vpn
|
exec --no-startup-id mullvad-vpn
|
||||||
exec --no-startup-id redshift ~/.config/redshift/redshift.conf
|
exec --no-startup-id redshift ~/.config/redshift/redshift.conf
|
||||||
exec --no-startup-id blueman-applet
|
exec --no-startup-id blueman-applet
|
||||||
exec --no-startup-id network-manager-applet
|
exec --no-startup-id picom -b
|
||||||
|
|
||||||
# sys config tools
|
# sys config tools
|
||||||
exec --no-startup-id numlockx
|
exec --no-startup-id numlockx
|
||||||
|
|||||||
@@ -783,7 +783,7 @@ interface = wlp5s0
|
|||||||
; Normal Module
|
; Normal Module
|
||||||
[module/network]
|
[module/network]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp5s0
|
interface = wlan0
|
||||||
click-left = nm-connection-editor
|
click-left = nm-connection-editor
|
||||||
|
|
||||||
; Seconds to sleep between updates
|
; Seconds to sleep between updates
|
||||||
|
|||||||
@@ -1,37 +0,0 @@
|
|||||||
update-grub
|
|
||||||
|
|
||||||
mkinitcpio-numlock
|
|
||||||
os-prober
|
|
||||||
openssh
|
|
||||||
ntfs-3g
|
|
||||||
jdk-openjdk
|
|
||||||
|
|
||||||
nvidia
|
|
||||||
bluez
|
|
||||||
bluez-utils
|
|
||||||
autorandr
|
|
||||||
network-manager-openconnect
|
|
||||||
|
|
||||||
lightdm
|
|
||||||
lightdm-webkit-theme-aether
|
|
||||||
|
|
||||||
wireless_tools
|
|
||||||
pulseaudio
|
|
||||||
pulseaudio-bluetooth
|
|
||||||
playerctl
|
|
||||||
picom
|
|
||||||
|
|
||||||
psensor
|
|
||||||
powertop
|
|
||||||
htop
|
|
||||||
|
|
||||||
unzip
|
|
||||||
|
|
||||||
hunspell-de
|
|
||||||
gnome-keyring
|
|
||||||
|
|
||||||
xclip
|
|
||||||
xorg-xwininfo
|
|
||||||
|
|
||||||
gvfs-smb
|
|
||||||
avahi
|
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
zsh
|
|
||||||
tmux
|
|
||||||
zsh-theme-powerlevel10k
|
|
||||||
i3-gaps
|
|
||||||
termite
|
|
||||||
|
|
||||||
rofi
|
|
||||||
ranger
|
|
||||||
polybar
|
|
||||||
|
|
||||||
blueman
|
|
||||||
simplescreenrecorder
|
|
||||||
redshift
|
|
||||||
flameshot
|
|
||||||
network-manager-applet
|
|
||||||
|
|
||||||
mullvad-vpn
|
|
||||||
|
|
||||||
mirage
|
|
||||||
ueberzug
|
|
||||||
pcmanfm
|
|
||||||
pavucontrol
|
|
||||||
lxrandr
|
|
||||||
seahorse
|
|
||||||
|
|
||||||
ttf-icomoon-feather
|
|
||||||
|
|
||||||
nextcloud-client
|
|
||||||
brave-bin
|
|
||||||
firefox
|
|
||||||
thunderbird
|
|
||||||
signal-desktop
|
|
||||||
smplayer
|
|
||||||
qbittorrent
|
|
||||||
spotify
|
|
||||||
qalculate-gtk
|
|
||||||
evince
|
|
||||||
okular
|
|
||||||
|
|
||||||
pamixer
|
|
||||||
xbindkeys
|
|
||||||
nvidia-settings
|
|
||||||
dunst
|
|
||||||
ksysguard
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
wine
|
|
||||||
lutris
|
|
||||||
lib32-libpulse
|
|
||||||
winetricks
|
|
||||||
+2
-1
@@ -20,8 +20,10 @@ bind e new-window -n "~/.tmux.conf.local" "sh -c '\${EDITOR:-vim} ~/.tmux.conf.l
|
|||||||
# reload configuration
|
# reload configuration
|
||||||
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
|
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
|
||||||
|
|
||||||
|
#source "$HOME/.local/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf"
|
||||||
# run the powerline daemon
|
# run the powerline daemon
|
||||||
run-shell "powerline-daemon -q"
|
run-shell "powerline-daemon -q"
|
||||||
|
#run-shell "powerline-config tmux setup"
|
||||||
|
|
||||||
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
||||||
|
|
||||||
@@ -49,7 +51,6 @@ set-option -g status-right-length 90
|
|||||||
set-option -g status-left "#(~/.config/tmux-powerline/powerline.sh left)"
|
set-option -g status-left "#(~/.config/tmux-powerline/powerline.sh left)"
|
||||||
set-option -g status-right "#(~/.config/tmux-powerline/powerline.sh right)"
|
set-option -g status-right "#(~/.config/tmux-powerline/powerline.sh right)"
|
||||||
|
|
||||||
#source "$HOME/.local/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf"
|
|
||||||
|
|
||||||
|
|
||||||
# clear both screen and history
|
# clear both screen and history
|
||||||
|
|||||||
@@ -4,12 +4,9 @@ export LUTRIS_RUNTIME=0
|
|||||||
xrandr --dpi 110 &
|
xrandr --dpi 110 &
|
||||||
xrdb -merge ~/.Xresources &
|
xrdb -merge ~/.Xresources &
|
||||||
|
|
||||||
systemd-run --user --on-calendar=minutely --unit=polybar_auto_hide /usr/bin/polybar-msg cmd hide &
|
|
||||||
|
|
||||||
xset s 300 0 &
|
xset s 300 0 &
|
||||||
xset s noblank &
|
xset s noblank &
|
||||||
xset -dpms &
|
xset -dpms &
|
||||||
xsetroot -solid black &
|
xsetroot -solid black &
|
||||||
xset-root -solid black &
|
|
||||||
|
|
||||||
powerline-config tmux setup &
|
numlockx on &
|
||||||
|
|||||||
Reference in New Issue
Block a user