From 13b3cb586ae40c35a8b20609284fb9b04b727b5d Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Wed, 7 Jun 2023 20:11:20 +0200 Subject: [PATCH] commit after reinstallation of desktop --- .bashrc | 5 ++- .config/i3/config | 4 +- .../polybar/modules.ini##class.arch_desktop | 2 +- .setup/packages/base | 37 ---------------- .setup/packages/desktop_tools | 44 ------------------- .setup/packages/gaming | 4 -- .tmux.conf | 3 +- .xprofile##class.arch_desktop | 5 +-- .zshrc | 2 + 9 files changed, 10 insertions(+), 96 deletions(-) delete mode 100644 .setup/packages/base delete mode 100644 .setup/packages/desktop_tools delete mode 100644 .setup/packages/gaming diff --git a/.bashrc b/.bashrc index a355b0c..dfa913b 100644 --- a/.bashrc +++ b/.bashrc @@ -5,5 +5,6 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -alias ls='ls --color=auto' -PS1='[\u@\h \W]\$ ' +# alias ls='ls --color=auto' +# alias grep='grep --color=auto' +# PS1='[\u@\h \W]\$ ' diff --git a/.config/i3/config b/.config/i3/config index f7947ae..56f7f63 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -354,13 +354,11 @@ mode "resize" { # Autostart applications 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 mullvad-vpn exec --no-startup-id redshift ~/.config/redshift/redshift.conf exec --no-startup-id blueman-applet -exec --no-startup-id network-manager-applet +exec --no-startup-id picom -b # sys config tools exec --no-startup-id numlockx diff --git a/.config/polybar/modules.ini##class.arch_desktop b/.config/polybar/modules.ini##class.arch_desktop index e2526ec..7a16768 100644 --- a/.config/polybar/modules.ini##class.arch_desktop +++ b/.config/polybar/modules.ini##class.arch_desktop @@ -783,7 +783,7 @@ interface = wlp5s0 ; Normal Module [module/network] type = internal/network -interface = wlp5s0 +interface = wlan0 click-left = nm-connection-editor ; Seconds to sleep between updates diff --git a/.setup/packages/base b/.setup/packages/base deleted file mode 100644 index b06c75f..0000000 --- a/.setup/packages/base +++ /dev/null @@ -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 diff --git a/.setup/packages/desktop_tools b/.setup/packages/desktop_tools deleted file mode 100644 index a60d23f..0000000 --- a/.setup/packages/desktop_tools +++ /dev/null @@ -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 diff --git a/.setup/packages/gaming b/.setup/packages/gaming deleted file mode 100644 index fe57695..0000000 --- a/.setup/packages/gaming +++ /dev/null @@ -1,4 +0,0 @@ -wine -lutris -lib32-libpulse -winetricks diff --git a/.tmux.conf b/.tmux.conf index 490000c..ea4177a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -20,8 +20,10 @@ bind e new-window -n "~/.tmux.conf.local" "sh -c '\${EDITOR:-vim} ~/.tmux.conf.l # reload configuration 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-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' @@ -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-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 diff --git a/.xprofile##class.arch_desktop b/.xprofile##class.arch_desktop index 42e784e..a2e0748 100644 --- a/.xprofile##class.arch_desktop +++ b/.xprofile##class.arch_desktop @@ -4,12 +4,9 @@ export LUTRIS_RUNTIME=0 xrandr --dpi 110 & 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 noblank & xset -dpms & xsetroot -solid black & -xset-root -solid black & -powerline-config tmux setup & +numlockx on & diff --git a/.zshrc b/.zshrc index 4fefb19..53ec630 100644 --- a/.zshrc +++ b/.zshrc @@ -149,3 +149,5 @@ bindkey '2C' select-char-right # assuming xterm bindkey '5D' backward-word bindkey '5C' forward-word bindkey '^[[3~' delete-char + +powerline-config tmux setup