diff --git a/base/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/base/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml deleted file mode 100644 index 6d8bfd67..00000000 --- a/base/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/base/.xprofile b/base/.xprofile index 88f8a77d..e30548a8 100644 --- a/base/.xprofile +++ b/base/.xprofile @@ -2,7 +2,6 @@ # sourced at boot by ~/.xinitrc and most display managers - # xdg standard configuration location (needed by some applications) export XDG_CONFIG_HOME="$HOME/.config" @@ -21,17 +20,10 @@ volumeicon & # restore the last wallpaper applied with nitrogen nitrogen --restore & -# start xfce power manager -xfce4-power-manager & - -# start the gnome polkit agent +# start gnome policy kit agent (password authentication) /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & -# set super key alone to emulate alt+F1 -ksuperkey -e 'Super_L=Alt_L|F1' & -ksuperkey -e 'Super_R=Alt_L|F1' & - -# set display timeout, sleep, and power off times +# set display timeout, sleep, and poweroff xset dpms 600 900 1200 # set keyboard repeat rate @@ -39,4 +31,3 @@ xset r rate 350 60 # left hand mouse #xmodmap -e "pointer = 3 2 1" - diff --git a/bspwm-home/.config/bspwm/bspwmrc b/bspwm-home/.config/bspwm/bspwmrc index b3915988..afa1acea 100755 --- a/bspwm-home/.config/bspwm/bspwmrc +++ b/bspwm-home/.config/bspwm/bspwmrc @@ -9,13 +9,13 @@ sxhkd -c "$HOME/.config/bspwm/sxhkdrc" & # panel tint2 & -# Set some bsp specific stuff +# set some bsp specific bspc monitor -d I II III IV V VI VII VIII IX X bspc config window_gap 12 bspc config border_width 2 -bspc config split_ratio 0.62 +bspc config split_ratio 0.5 bspc config borderless_monocle true bspc config gapless_monocle true diff --git a/dk-home/.config/dk/dkrc b/dk-home/.config/dk/dkrc index d9ef72f3..c3ef77cf 100755 --- a/dk-home/.config/dk/dkrc +++ b/dk-home/.config/dk/dkrc @@ -132,7 +132,6 @@ fi # open window(s) with sticky and floating enabled to view on all workspaces. dkcmd rule class="^stickyterm$" stick=true float=true w=1280 h=720 - dkcmd rule class="^scratchpad$" float=true # focus window and workspace on opening dkcmd rule class="^firefox$" ws=1 focus=true diff --git a/fluxbox-home/.fluxbox/menu b/fluxbox-home/.fluxbox/menu index 06365275..d4bd0a60 100644 --- a/fluxbox-home/.fluxbox/menu +++ b/fluxbox-home/.fluxbox/menu @@ -26,7 +26,7 @@ [separator] [submenu] (Settings) [exec] (Wallpaper) {nitrogen} - [exec] (Xfce Appearance) {xfce4-appearance-settings} + [exec] (Lxappearance) {lxappearance} [exec] (Screenshot JPG) {scrot -q 100 '%B_%s_$wx$h.jpg' -e 'mv $f ~/Pictures/'} [exec] (Screenshot PNG) {scrot -q 100 '%B_%s_$wx$h.png' -e 'mv $f ~/Pictures/'} [exec] (Screenshot PNG 5 sec.) {scrot -q 100 -cd 5 '%B_%s_$wx$h.png' -e 'mv $f ~/Pictures/'} diff --git a/i3-gaps-home/.config/i3/config b/i3-gaps-home/.config/i3/config index f8757a2c..ce72cb8e 100644 --- a/i3-gaps-home/.config/i3/config +++ b/i3-gaps-home/.config/i3/config @@ -34,25 +34,24 @@ exec_always --no-startup-id xrdb -load ~/.Xresources # run once exec --no-startup-id xfsettingsd -# needed for super to launch rofi through ksuperkey, see ~/.xprofile -bindsym Mod1+F1 exec --no-startup-id rofi_run -r - ############# Bindings ################## +# launchers +bindsym Mod1+p exec --no-startup-id rofi_run -r +bindsym Control+space exec --no-startup-id rofi_run -r + # kill focused window bindsym $Mod+Shift+q kill bindsym Mod1+q kill bindsym Mod1+F4 kill -# launchers -bindsym Control+space exec --no-startup-id rofi_run -r - # core -bindsym $Mod+w exec --no-startup-id exo-open --launch WebBrowser -bindsym $Mod+f exec --no-startup-id exo-open --launch FileManager -bindsym $Mod+t exec --no-startup-id exo-open --launch TerminalEmulator -bindsym $Mod+Return exec --no-startup-id exo-open --launch TerminalEmulator -bindsym Control+Shift+t exec --no-startup-id exo-open --launch TerminalEmulator +bindsym $Mod+w exec --no-startup-id exo-open --launch WebBrowser +bindsym $Mod+f exec --no-startup-id exo-open --launch FileManager +bindsym $Mod+t exec --no-startup-id exo-open --launch TerminalEmulator +bindsym $Mod+Return exec --no-startup-id exo-open --launch TerminalEmulator +bindsym Mod1+Shift+Return exec --no-startup-id exo-open --launch TerminalEmulator +bindsym Control+Shift+t exec --no-startup-id exo-open --launch TerminalEmulator # logout script bindsym $Mod+x exec --no-startup-id rofi_run -l @@ -96,7 +95,7 @@ bindsym $mod+Mod2+KP_7 workspace 7 bindsym $mod+Mod2+KP_8 workspace 8 # switch to next or previous workspace -bindsym $mod+Mod1+Left workspace prev +bindsym $mod+Mod1+Left workspace prev bindsym $mod+Mod1+Right workspace next # move focused container to workspace diff --git a/openbox-home/.config/conky/ArchLabs.conkyrc b/openbox-home/.config/conky/ArchLabs.conkyrc index b1e178f8..221bad4f 100644 --- a/openbox-home/.config/conky/ArchLabs.conkyrc +++ b/openbox-home/.config/conky/ArchLabs.conkyrc @@ -91,13 +91,11 @@ Avg${goto 60}${cpu cpu0}%${alignr}${freq_g} ${alignc}S H O R T C U T K E Y S ${hr} -[S]${alignr}Launcher +[C] + Space${alignr}Launcher [S] + Space${alignr}Openbox Menu [S] + t${alignr}Terminal -[S] + e${alignr}Text Editor [S] + f${alignr}File Manager [S] + w${alignr}Web Browser -[S] + m${alignr}Music Player [S] + v${alignr}Audio Control [S] + x${alignr}System Exit [PrtScn]${alignr}Screenshot diff --git a/openbox-home/.config/openbox/autostart b/openbox-home/.config/openbox/autostart index 89d48fc9..7d9d0baa 100644 --- a/openbox-home/.config/openbox/autostart +++ b/openbox-home/.config/openbox/autostart @@ -1,6 +1,3 @@ -# required for xfce settings to work -xfsettingsd & - # start the panel tint2 & diff --git a/openbox-home/.config/openbox/menu.xml b/openbox-home/.config/openbox/menu.xml index 63f44fc0..d01fd8ae 100644 --- a/openbox-home/.config/openbox/menu.xml +++ b/openbox-home/.config/openbox/menu.xml @@ -74,7 +74,7 @@ - + @@ -83,27 +83,17 @@ nitrogen - + - xfce4-appearance-settings + lxappearance - - - xfce4-power-manager-settings - - pavucontrol - - - xfce4-settings-manager - - diff --git a/openbox-home/.config/openbox/rc.xml b/openbox-home/.config/openbox/rc.xml index 3ffaac3c..154c49f9 100644 --- a/openbox-home/.config/openbox/rc.xml +++ b/openbox-home/.config/openbox/rc.xml @@ -272,11 +272,6 @@ exo-open --launch WebBrowser - - - xfce4-settings-manager - - pavucontrol @@ -287,7 +282,7 @@ skippy-xd - + rofi_run -r