mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-01-20 18:41:50 +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 teams='teams-insiders --disable-seccomp-filter-sandbox'
|
||||||
alias cat='bat'
|
alias cat='bat'
|
||||||
alias grep='grep -i'
|
alias grep='grep -i'
|
||||||
|
alias cura='cura -platformtheme gtk3'
|
||||||
|
|
||||||
## command overrides
|
## command overrides
|
||||||
df() {
|
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-view" type="string" value="ThunarIconView"/>
|
||||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
<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-width" type="int" value="1416"/>
|
||||||
<property name="last-window-height" type="int" value="1851"/>
|
<property name="last-window-height" type="int" value="917"/>
|
||||||
<property name="last-window-maximized" type="bool" value="true"/>
|
<property name="last-window-maximized" type="bool" value="false"/>
|
||||||
<property name="last-separator-position" type="int" value="229"/>
|
<property name="last-separator-position" type="int" value="229"/>
|
||||||
<property name="misc-single-click" type="bool" value="false"/>
|
<property name="misc-single-click" type="bool" value="false"/>
|
||||||
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_ALWAYS"/>
|
<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
|
nomachine
|
||||||
otf-droid-sans-mono-powerline-git
|
otf-droid-sans-mono-powerline-git
|
||||||
sysmontask
|
sysmontask
|
||||||
greenclip
|
rofi-greenclip
|
||||||
|
|
||||||
# audio
|
# audio
|
||||||
pipewire-pulse
|
pipewire-pulse
|
||||||
|
3
dependencies/pacman.txt
vendored
3
dependencies/pacman.txt
vendored
@ -20,6 +20,7 @@ seahorse
|
|||||||
reflector
|
reflector
|
||||||
gtk-engines
|
gtk-engines
|
||||||
kubectl
|
kubectl
|
||||||
|
less
|
||||||
|
|
||||||
#
|
#
|
||||||
# i3wm
|
# i3wm
|
||||||
@ -35,6 +36,7 @@ xorg-server
|
|||||||
xorg-xinit
|
xorg-xinit
|
||||||
mesa
|
mesa
|
||||||
zenity
|
zenity
|
||||||
|
xsettingsd
|
||||||
|
|
||||||
#
|
#
|
||||||
# Programming
|
# Programming
|
||||||
@ -141,6 +143,7 @@ xorg-xkill
|
|||||||
pass
|
pass
|
||||||
evince
|
evince
|
||||||
tlp
|
tlp
|
||||||
|
libreoffice
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
fontconfig
|
fontconfig
|
||||||
|
@ -310,6 +310,7 @@ mode "$mode_gaps_outer" {
|
|||||||
# exec_always --no-startup-id picom -b
|
# exec_always --no-startup-id picom -b
|
||||||
exec_always feh --bg-fill $(find ~/Pictures/wallpapers/ -type f -name "*" | shuf -n 1)
|
exec_always feh --bg-fill $(find ~/Pictures/wallpapers/ -type f -name "*" | shuf -n 1)
|
||||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
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 $workspace2; exec xfce4-terminal' && i3-msg 'workspace $workspace1'
|
||||||
exec --no-startup-id i3-msg 'workspace $workspace12; exec bitwarden-desktop'
|
exec --no-startup-id i3-msg 'workspace $workspace12; exec bitwarden-desktop'
|
||||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
Loading…
Reference in New Issue
Block a user