Skip to content

Commit

Permalink
fixing i3
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmamad committed Apr 21, 2023
1 parent b4b2f91 commit e799ebf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 16 additions & 12 deletions i3/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,6 @@ exec --no-startup-id picom
#mouse speed
exec --no-startup-id xinput --set-prop 12 'libinput Accel Speed' -0.9

# polybar
# exec --no-startup-id polybar

# auto layout
# exec --no-startup-id /home/$USER/.config/i3/scripts/auto-layout/auto-layout

# notify on low battery
exec --no-startup-id /home/$USER/.config/i3/scripts/i3-battery-popup

Expand All @@ -246,12 +240,6 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -n -e -i /home/$US
# networkmanager-applet
exec --no-startup-id nm-applet

# start blueberry app for managing bluetooth devices from tray:
# exec --no-startup-id blueberry-tray

# clipman-applet
# exec --no-startup-id xfce4-clipman

# num lock activated
exec --no-startup-id numlockx on

Expand All @@ -261,13 +249,29 @@ exec --no-startup-id sleep 1 && feh --bg-fill /home/$USER/.dotfiles/images/ENDY-
# set powersavings for display:
exec --no-startup-id xset s 480 dpms 600 600 600

exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1

# exec --no-startup-id dex --autostart --environment i3
# exec --no-startup-id dbus-launch dunst --config ~/.config/dunst/dunstrc

# start blueberry app for managing bluetooth devices from tray:
# exec --no-startup-id blueberry-tray

# clipman-applet
# exec --no-startup-id xfce4-clipman

# disable power saving (for example if using xscreensaver)
#exec --no-startup-id xset -dpms

# use xautolock to use autosuspend rules for mobile devices
# https://wiki.archlinux.org/title/Session_lock#xautolock
#exec --no-startup-id xautolock -time 60 -locker "systemctl suspend"

# polybar
# exec --no-startup-id polybar

# auto layout
# exec --no-startup-id /home/$USER/.config/i3/scripts/auto-layout/auto-layout

# xscreensaver
# https://www.jwz.org/xscreensaver
Expand Down
4 changes: 0 additions & 4 deletions i3/.config/i3/i3blocks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ border_bottom=1
border_left=0

[memory]
# command=free --giga | awk 'FNR==2{ printf "%i<span color=\"#ff79c6\">GiB</span>\n", $7 }'
command=~/.config/i3/scripts/memory
interval=2
label=<span color="#a1e6ff"><b>MEM: </b></span>
Expand All @@ -88,9 +87,6 @@ border_right=0
border_bottom=1
border_left=0




[volume]
command=~/.config/i3/scripts/volume
interval=1
Expand Down

0 comments on commit e799ebf

Please sign in to comment.