From 77ed0e513ad08db109bf8a9a1bd99ca3131b2e7b Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Thu, 3 Feb 2022 00:05:45 +0100 Subject: [PATCH] fixed xprofile --- .config/i3/config | 6 ++++-- .xinitrc##class.arch_desktop | 9 --------- .xprofile##class.arch_desktop | 3 +++ 3 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 .xinitrc##class.arch_desktop diff --git a/.config/i3/config b/.config/i3/config index 731c139..f7c2a0d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 ) diff --git a/.xinitrc##class.arch_desktop b/.xinitrc##class.arch_desktop deleted file mode 100644 index 9628ca5..0000000 --- a/.xinitrc##class.arch_desktop +++ /dev/null @@ -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 & - diff --git a/.xprofile##class.arch_desktop b/.xprofile##class.arch_desktop index 6d1da6e..191a877 100644 --- a/.xprofile##class.arch_desktop +++ b/.xprofile##class.arch_desktop @@ -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 &