fixed xprofile

This commit is contained in:
2022-02-03 00:05:45 +01:00
parent 87ebad941d
commit 77ed0e513a
3 changed files with 7 additions and 11 deletions
+4 -2
View File
@@ -301,8 +301,8 @@ bindsym $mod+Shift+r restart
# bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# Set shut down, restart and locking features
bindsym $mod+Shift+Ctrl+Alt+h exec --no-startup-id systemctl hibernate
bindsym $mod+Shift+Ctrl+Alt+s exec --no-startup-id systemctl suspend
bindsym $mod+Shift+Ctrl+Alt+h systemctl hibernate
bindsym $mod+Shift+Ctrl+Alt+s systemctl suspend
#bindsym $mod+0 mode "$mode_system"
#set $mode_system (l)ock, (e)xit, switch_(u)ser, (s)uspend, (h)ibernate, (r)eboot, (Shift+s)hutdown
@@ -357,6 +357,8 @@ exec --no-startup-id mullvad-vpn
exec_always --no-startup-id fix_xcursor
exec --no-startup-id redshift ~/.config/redshift/redshift.conf
exec --no-startup-id blueman-applet
exec --no-startup-id numlockx
exec --no-startup-id xbindkeys
# Color palette used for the terminal ( ~/.Xresources file )
-9
View File
@@ -1,9 +0,0 @@
#!/bin/bash
export AWT_TOOLKIT=MToolkit
sleep 10 & xset s 300 0 & xset s noblank & xset -dpms & xsetroot -solid black &
blueman-applet &
xbindkeys &
numlockx &
+3
View File
@@ -1,5 +1,8 @@
export AWT_TOOLKIT=MToolkit
xrandr --dpi 110 &
xrdb -merge ~/.Xresources &
systemd-run --user --on-calendar=minutely --unit=polybar_auto_hide /usr/bin/polybar-msg cmd hide &
sleep 10 & xset s 300 0 & xset s noblank & xset -dpms & xsetroot -solid black &