fixed xprofile
This commit is contained in:
+4
-2
@@ -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'"
|
# 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
|
# Set shut down, restart and locking features
|
||||||
bindsym $mod+Shift+Ctrl+Alt+h exec --no-startup-id systemctl hibernate
|
bindsym $mod+Shift+Ctrl+Alt+h systemctl hibernate
|
||||||
bindsym $mod+Shift+Ctrl+Alt+s exec --no-startup-id systemctl suspend
|
bindsym $mod+Shift+Ctrl+Alt+s systemctl suspend
|
||||||
|
|
||||||
#bindsym $mod+0 mode "$mode_system"
|
#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
|
#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_always --no-startup-id fix_xcursor
|
||||||
exec --no-startup-id redshift ~/.config/redshift/redshift.conf
|
exec --no-startup-id redshift ~/.config/redshift/redshift.conf
|
||||||
exec --no-startup-id blueman-applet
|
exec --no-startup-id blueman-applet
|
||||||
|
exec --no-startup-id numlockx
|
||||||
|
exec --no-startup-id xbindkeys
|
||||||
|
|
||||||
|
|
||||||
# Color palette used for the terminal ( ~/.Xresources file )
|
# Color palette used for the terminal ( ~/.Xresources 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 &
|
|
||||||
|
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
|
export AWT_TOOLKIT=MToolkit
|
||||||
|
|
||||||
xrandr --dpi 110 &
|
xrandr --dpi 110 &
|
||||||
xrdb -merge ~/.Xresources &
|
xrdb -merge ~/.Xresources &
|
||||||
|
|
||||||
systemd-run --user --on-calendar=minutely --unit=polybar_auto_hide /usr/bin/polybar-msg cmd hide &
|
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 &
|
||||||
|
|||||||
Reference in New Issue
Block a user