diff --git a/.config/i3/scripts/power-profiles b/.config/i3/scripts/power-profiles index d69506e..27825c2 100644 --- a/.config/i3/scripts/power-profiles +++ b/.config/i3/scripts/power-profiles @@ -40,7 +40,7 @@ BORDER_COLOR="#222222" #ROFI_TEXT=":" #ROFI_OPTIONS=(-width -11 -location 0 -hide-scrollbar -bw 30 -color-window "#dd310027,#dd0310027,#dd310027" -padding 5) #ROFI_OPTIONS=(-width -18 -location 4 -hide-scrollbar -color-window "#cc310027,#00a0009a,#cc310027" -padding 5 -font "Sourcecode Pro Regular 10, FontAwesome 9") -ROFI_OPTIONS=(-config ~/.config/rofi/rofidmenu.rasi) +ROFI_OPTIONS=(-theme ~/.config/rofi/power-profiles.rasi) # Zenity options ZENITY_TITLE="Power Profiles" ZENITY_TEXT="Set Profiles:" diff --git a/.config/i3/scripts/powermenu b/.config/i3/scripts/powermenu index 6d4f554..e72f0a2 100644 --- a/.config/i3/scripts/powermenu +++ b/.config/i3/scripts/powermenu @@ -39,7 +39,7 @@ HLBG_COLOR="#bbbbbb" BORDER_COLOR="#222222" # Options not related to colors (most rofi options do not work anymore) -ROFI_OPTIONS=(-config ~/.config/rofi/rofidmenu.rasi) +ROFI_OPTIONS=(-theme ~/.config/rofi/powermenu.rasi) # Zenity options ZENITY_TITLE="Power Menu" ZENITY_TEXT="Action:" diff --git a/force-knowledge.md b/force-knowledge.md index d55fe9b..a094613 100644 --- a/force-knowledge.md +++ b/force-knowledge.md @@ -1,11 +1,9 @@ -# Dive into configuring i3 +# Firefox is autostarting at each login? -i3 is a dynamic tiling window manager inspired by wmii that is primarily targeted at developers and advanced users. The configuration file for endevouros-i3 can be found at `~/.config/i3/config`. Edit this file to make changes and configure i3 as you like. - -# Troubleshooting - -## Firefox is autostarting at each login +## Dive into configuring i3 +i3 is a dynamic tiling window manager inspired by wmii that is primarily targeted at developers and advanced users. The configuration file for endevouros-i3 can be found at `~/.config/i3/config`. Edit this file to make changes and use $mod+Shift+r to restart i3 in place. + To disable firefox from autostarting comment out this line: ```