mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
desktop & packages
This commit is contained in:
1
.config/dwm
Submodule
1
.config/dwm
Submodule
Submodule .config/dwm added at d4fed3cac6
5
.config/screenlayout/main.sh
Normal file
5
.config/screenlayout/main.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
xrandr --output HDMI-0 --mode 1920x1080 --rate 60.00 --pos 0x360 --rotate normal \
|
||||||
|
--output DP-0 --mode 2560x1440 --rate 74.92 --pos 4480x0 --rotate normal \
|
||||||
|
--output DP-2 --primary --mode 2560x1440 --rate 74.92 --pos 1920x0 --rotate normal
|
||||||
6
.config/yadm/bootstrap
Normal file
6
.config/yadm/bootstrap
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd "$HOME"
|
||||||
|
|
||||||
|
echo "Init submodules"
|
||||||
|
yadm submodule update --recursive --init
|
||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule ".config/dwm"]
|
||||||
|
path = .config/dwm
|
||||||
|
url = git@github.com:eRgo35/dwm.git
|
||||||
59
.xinitrc
Normal file
59
.xinitrc
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# screen layout for zion
|
||||||
|
$HOME/.config/screenlayout/main.sh
|
||||||
|
|
||||||
|
# no bell
|
||||||
|
xset -b
|
||||||
|
|
||||||
|
# theming
|
||||||
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
|
export DESKTOP_SESSION=plasma
|
||||||
|
export XDG_CURRENT_DESKTOP=dwm
|
||||||
|
|
||||||
|
# mouse cursor
|
||||||
|
xsetroot -cursor_name left_ptr &
|
||||||
|
|
||||||
|
# compositor
|
||||||
|
picom -b --vsync &
|
||||||
|
|
||||||
|
# fix java window issues
|
||||||
|
export _JAVA_AWT_WM_NONREPARENTING=1 &
|
||||||
|
|
||||||
|
# keyboard layout
|
||||||
|
setxkbmap pl &
|
||||||
|
|
||||||
|
# local fonts in ~/.fonts
|
||||||
|
xset +fp /usr/share/fonts/local &
|
||||||
|
xset +fp /usr/share/fonts/misc &
|
||||||
|
xset +fp ~/.fonts &
|
||||||
|
xset fp rehash &
|
||||||
|
fc-cache -fv &
|
||||||
|
|
||||||
|
# powersaving options
|
||||||
|
xset +dpms
|
||||||
|
xset dpms 1200 1800 2100 &
|
||||||
|
xset s on &
|
||||||
|
xset s 900 &
|
||||||
|
|
||||||
|
# theming and colors
|
||||||
|
bash $HOME/.fehbg &
|
||||||
|
xrdb -merge ~/.Xresources
|
||||||
|
|
||||||
|
# screen lock
|
||||||
|
xss-lock -v -- betterlockscreen -l --time-format '%I:%M %p' &
|
||||||
|
|
||||||
|
# xdg desktop portal
|
||||||
|
/usr/lib/xdg-desktop-portal-gtk &
|
||||||
|
|
||||||
|
# notification daemon
|
||||||
|
dunst &
|
||||||
|
|
||||||
|
# screenshot daemon
|
||||||
|
flameshot &
|
||||||
|
|
||||||
|
# dwm status bar
|
||||||
|
bash $HOME/.config/dwm/bar.sh & disown
|
||||||
|
|
||||||
|
# dwm
|
||||||
|
exec dwm
|
||||||
38
packages
Normal file
38
packages
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
git
|
||||||
|
yadm
|
||||||
|
vi
|
||||||
|
vim
|
||||||
|
neovim
|
||||||
|
rustup
|
||||||
|
openssh
|
||||||
|
xorg
|
||||||
|
zsh
|
||||||
|
picom
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
dunst
|
||||||
|
flameshot
|
||||||
|
xss-lock
|
||||||
|
betterlockscreen-git
|
||||||
|
xorg-xinit
|
||||||
|
dmenu
|
||||||
|
firefox
|
||||||
|
kitty
|
||||||
|
nemo
|
||||||
|
openbsd-netcat
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-cjk
|
||||||
|
noto-fonts-emoji
|
||||||
|
noto-fonts-extra
|
||||||
|
texlive-latexextra
|
||||||
|
texlive-fontsextra
|
||||||
|
ttf-noto-nerd
|
||||||
|
wget
|
||||||
|
htop
|
||||||
|
btop
|
||||||
|
xdg-utils
|
||||||
|
nano
|
||||||
|
iwd
|
||||||
|
wireless_tools
|
||||||
|
wpa_supplicant
|
||||||
|
smartmontools
|
||||||
|
|
||||||
Reference in New Issue
Block a user