Compare commits

...

2 Commits

Author SHA1 Message Date
ION606 6ce6f10251 not exec always polkit 2026-02-18 12:20:09 -08:00
ION606 b08fef66dc added polit 2026-02-18 12:19:08 -08:00
+6 -16
View File
@@ -22,12 +22,8 @@ font pango:monospace 8
# Start XDG autostart .desktop files using dex. See also # Start XDG autostart .desktop files using dex. See also
# https://wiki.archlinux.org/index.php/XDG_Autostart # https://wiki.archlinux.org/index.php/XDG_Autostart
exec --no-startup-id dex --autostart --environment i3 exec --no-startup-id dex --autostart --environment i3
exec_always --no-startup-id killall -q polybar; polybar --config=/home/ion606/.config/polybar/main.module &
# COMMENT THIS IN FOR ONE SCREEN exec --no-startup-id /usr/libexec/xfce-polkit &
# exec_always --no-startup-id killall -q polybar; polybar -c .config/polybar/main.module &
# DELETEME if you change your monitor setup
exec_always --no-startup-id bash /home/ion606/setupScreens.sh
# The combination of xss-lock, nm-applet and pactl is a popular choice, so # The combination of xss-lock, nm-applet and pactl is a popular choice, so
# they are included here as an example. Modify as you see fit. # they are included here as an example. Modify as you see fit.
@@ -35,21 +31,14 @@ exec_always --no-startup-id bash /home/ion606/setupScreens.sh
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen. # screen before suspend. Use loginctl lock-session to lock your screen.
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
exec_always --no-startup-id dunst
# no timeout after 600 seconds ffs
exec_always --no-startup-id xset s off
exec_always --no-startup-id xset s noblank
exec_always --no-startup-id xset -dpms
# NetworkManager is the most popular way to manage wireless networks on Linux, # NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it. # and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id /usr/lib/notify-osd/notify-osd & exec --no-startup-id /usr/lib/notify-osd/notify-osd &
exec_always feh --bg-fill "$(find /home/ion606/Pictures/astolfo/ -type f | shuf -n 1)" exec_always feh --bg-fill "$(find /home/ion606/Pictures/bk -type f | shuf -n 1)"
exec_always picom --config /home/ion606/.config/picom/picom.conf exec_always picom --config /home/ion606/.config/picom/picom.config
exec_always --no-startup-id eww daemon exec_always --no-startup-id eww daemon
focus_follows_mouse no focus_follows_mouse no
@@ -65,7 +54,7 @@ bindsym XF86MonBrightnessDown exec brightnessctl set 10%-
bindsym XF86MonBrightnessUp exec brightnessctl set +10% bindsym XF86MonBrightnessUp exec brightnessctl set +10%
bindsym $mod+Shift+B exec feh --bg-fill "$(find /home/ion606/Pictures/astolfo/ -type f | shuf -n 1)" bindsym $mod+Shift+B exec feh --bg-fill "/home/ion606/Pictures/bk.gif"
# Use Mouse+$mod to drag floating windows to their wanted position # Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod floating_modifier $mod
@@ -76,6 +65,7 @@ tiling_drag modifier titlebar
# start a terminal # start a terminal
bindsym $mod+Return exec alacritty bindsym $mod+Return exec alacritty
bindsym $mod+t exec i3-sensible-terminal
# kill focused window # kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill