Add display mode and program starting to xinitrc, update packages
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
xrdb "$XDG_CONFIG_HOME/xorg/Xresources"
|
xrdb "$XDG_CONFIG_HOME/xorg/Xresources"
|
||||||
|
|
||||||
|
xrandr --newmode "3000x2000_48.00" 405.25 3000 3232 3552 4104 2000 2003 2013 2058 -hsync +vsync
|
||||||
|
xrandr --addmode eDP-1 3000x2000_48.00
|
||||||
|
xrandr --output eDP-1 --mode 3000x2000_48.00 --primary
|
||||||
|
|
||||||
|
# Program starting
|
||||||
|
dunst &
|
||||||
|
lxsession &
|
||||||
|
|
||||||
# Qt application scaling
|
# Qt application scaling
|
||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||||
export QT_SCREEN_SCALE_FACTORS=2
|
export QT_SCREEN_SCALE_FACTORS=2
|
||||||
|
|||||||
+2
-2
@@ -76,8 +76,8 @@ SAVEHIST=10000
|
|||||||
## Aliases
|
## Aliases
|
||||||
|
|
||||||
alias q='exit'
|
alias q='exit'
|
||||||
alias la='ls -laGh --color'
|
alias la='ls -laGh --color --group-directories-first'
|
||||||
alias ls='ls --color'
|
alias ls='ls --color --group-directories-first'
|
||||||
alias rm='rm -i'
|
alias rm='rm -i'
|
||||||
alias vim='vim --servername VIM'
|
alias vim='vim --servername VIM'
|
||||||
alias svim='sudoedit'
|
alias svim='sudoedit'
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ acpi
|
|||||||
adobe-source-han-sans-otc-fonts
|
adobe-source-han-sans-otc-fonts
|
||||||
alsa-utils
|
alsa-utils
|
||||||
arandr
|
arandr
|
||||||
|
arc-gtk-theme-git
|
||||||
arc-icon-theme-git
|
arc-icon-theme-git
|
||||||
brightnessctl
|
brightnessctl
|
||||||
capitaine-cursors
|
capitaine-cursors
|
||||||
@@ -23,7 +24,6 @@ gedit
|
|||||||
git
|
git
|
||||||
gnome-themes-extra
|
gnome-themes-extra
|
||||||
graphviz
|
graphviz
|
||||||
gtk-theme-arc-git
|
|
||||||
gucharmap
|
gucharmap
|
||||||
gvfs
|
gvfs
|
||||||
gvfs-gphoto2
|
gvfs-gphoto2
|
||||||
@@ -45,6 +45,7 @@ libva-intel-driver
|
|||||||
libx264
|
libx264
|
||||||
linux-lts
|
linux-lts
|
||||||
lxappearance
|
lxappearance
|
||||||
|
lxsession
|
||||||
mariadb
|
mariadb
|
||||||
moka-icon-theme-git
|
moka-icon-theme-git
|
||||||
mpv
|
mpv
|
||||||
@@ -67,10 +68,12 @@ qt5ct
|
|||||||
qt5-serialport
|
qt5-serialport
|
||||||
qt5-styleplugins
|
qt5-styleplugins
|
||||||
qt5-tools
|
qt5-tools
|
||||||
|
reflector
|
||||||
rofi
|
rofi
|
||||||
rtmpdump
|
rtmpdump
|
||||||
rxvt-unicode
|
rxvt-unicode
|
||||||
scrot
|
scrot
|
||||||
|
signal
|
||||||
sloccount
|
sloccount
|
||||||
smartmontools
|
smartmontools
|
||||||
sysstat
|
sysstat
|
||||||
|
|||||||
Reference in New Issue
Block a user