mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-01-20 10:31:07 +01:00
added xsettingsd to easily update running x apps with new profile settings (e.g. DPI) , also added less & the correct greenclip
This commit is contained in:
parent
0494a6fe60
commit
617ba5815d
@ -106,6 +106,7 @@ alias chrome='google-chrome-stable'
|
||||
alias teams='teams-insiders --disable-seccomp-filter-sandbox'
|
||||
alias cat='bat'
|
||||
alias grep='grep -i'
|
||||
alias cura='cura -platformtheme gtk3'
|
||||
|
||||
## command overrides
|
||||
df() {
|
||||
|
7
computers/archfw/.xsettingsd
Normal file
7
computers/archfw/.xsettingsd
Normal file
@ -0,0 +1,7 @@
|
||||
Xft/Antialias 1
|
||||
Xft/Hinting 1
|
||||
Xft/HintStyle "hintfull"
|
||||
Xft/lcdfilter "lcddefault"
|
||||
Xft/RGBA "rgb"
|
||||
|
||||
Xft/DPI 110592
|
@ -4,8 +4,8 @@
|
||||
<property name="last-view" type="string" value="ThunarIconView"/>
|
||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
||||
<property name="last-window-width" type="int" value="1416"/>
|
||||
<property name="last-window-height" type="int" value="1851"/>
|
||||
<property name="last-window-maximized" type="bool" value="true"/>
|
||||
<property name="last-window-height" type="int" value="917"/>
|
||||
<property name="last-window-maximized" type="bool" value="false"/>
|
||||
<property name="last-separator-position" type="int" value="229"/>
|
||||
<property name="misc-single-click" type="bool" value="false"/>
|
||||
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_ALWAYS"/>
|
||||
|
2
dependencies/aur.txt
vendored
2
dependencies/aur.txt
vendored
@ -19,7 +19,7 @@ keychain
|
||||
nomachine
|
||||
otf-droid-sans-mono-powerline-git
|
||||
sysmontask
|
||||
greenclip
|
||||
rofi-greenclip
|
||||
|
||||
# audio
|
||||
pipewire-pulse
|
||||
|
3
dependencies/pacman.txt
vendored
3
dependencies/pacman.txt
vendored
@ -20,6 +20,7 @@ seahorse
|
||||
reflector
|
||||
gtk-engines
|
||||
kubectl
|
||||
less
|
||||
|
||||
#
|
||||
# i3wm
|
||||
@ -35,6 +36,7 @@ xorg-server
|
||||
xorg-xinit
|
||||
mesa
|
||||
zenity
|
||||
xsettingsd
|
||||
|
||||
#
|
||||
# Programming
|
||||
@ -141,6 +143,7 @@ xorg-xkill
|
||||
pass
|
||||
evince
|
||||
tlp
|
||||
libreoffice
|
||||
|
||||
# fonts
|
||||
fontconfig
|
||||
|
@ -310,6 +310,7 @@ mode "$mode_gaps_outer" {
|
||||
# exec_always --no-startup-id picom -b
|
||||
exec_always feh --bg-fill $(find ~/Pictures/wallpapers/ -type f -name "*" | shuf -n 1)
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||
exec --no-startup-id systemctl --user start xsettingsd
|
||||
exec --no-startup-id i3-msg 'workspace $workspace2; exec xfce4-terminal' && i3-msg 'workspace $workspace1'
|
||||
exec --no-startup-id i3-msg 'workspace $workspace12; exec bitwarden-desktop'
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
Loading…
Reference in New Issue
Block a user