Small overhaul of configs
This commit is contained in:
parent
99842f36cf
commit
79c36d5d4a
@ -1,41 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xsettings" version="1.0">
|
|
||||||
<property name="Net" type="empty">
|
|
||||||
<property name="ThemeName" type="string" value="Adwaita-dark"/>
|
|
||||||
<property name="IconThemeName" type="string" value="ArchLabs-Dark"/>
|
|
||||||
<property name="DoubleClickTime" type="empty"/>
|
|
||||||
<property name="DoubleClickDistance" type="empty"/>
|
|
||||||
<property name="DndDragThreshold" type="empty"/>
|
|
||||||
<property name="CursorBlink" type="empty"/>
|
|
||||||
<property name="CursorBlinkTime" type="empty"/>
|
|
||||||
<property name="SoundThemeName" type="empty"/>
|
|
||||||
<property name="EnableEventSounds" type="empty"/>
|
|
||||||
<property name="EnableInputFeedbackSounds" type="empty"/>
|
|
||||||
</property>
|
|
||||||
<property name="Xft" type="empty">
|
|
||||||
<property name="DPI" type="int" value="-1"/>
|
|
||||||
<property name="Antialias" type="int" value="1"/>
|
|
||||||
<property name="Hinting" type="int" value="1"/>
|
|
||||||
<property name="HintStyle" type="string" value="hintslight"/>
|
|
||||||
<property name="RGBA" type="string" value="rgb"/>
|
|
||||||
</property>
|
|
||||||
<property name="Gtk" type="empty">
|
|
||||||
<property name="CanChangeAccels" type="bool" value="false"/>
|
|
||||||
<property name="ColorPalette" type="empty"/>
|
|
||||||
<property name="FontName" type="string" value="sans 11"/>
|
|
||||||
<property name="IconSizes" type="empty"/>
|
|
||||||
<property name="KeyThemeName" type="empty"/>
|
|
||||||
<property name="ToolbarStyle" type="string" value="icons"/>
|
|
||||||
<property name="ToolbarIconSize" type="empty"/>
|
|
||||||
<property name="MenuImages" type="bool" value="true"/>
|
|
||||||
<property name="ButtonImages" type="bool" value="true"/>
|
|
||||||
<property name="MenuBarAccel" type="empty"/>
|
|
||||||
<property name="CursorThemeName" type="string" value="ArchLabs-Dark"/>
|
|
||||||
<property name="CursorThemeSize" type="empty"/>
|
|
||||||
<property name="DecorationLayout" type="empty"/>
|
|
||||||
</property>
|
|
||||||
<property name="Xfce" type="empty">
|
|
||||||
<property name="LastCustomDPI" type="int" value="92"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
# sourced at boot by ~/.xinitrc and most display managers
|
# sourced at boot by ~/.xinitrc and most display managers
|
||||||
|
|
||||||
|
|
||||||
# xdg standard configuration location (needed by some applications)
|
# xdg standard configuration location (needed by some applications)
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
||||||
@ -21,17 +20,10 @@ volumeicon &
|
|||||||
# restore the last wallpaper applied with nitrogen
|
# restore the last wallpaper applied with nitrogen
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
|
|
||||||
# start xfce power manager
|
# start gnome policy kit agent (password authentication)
|
||||||
xfce4-power-manager &
|
|
||||||
|
|
||||||
# start the gnome polkit agent
|
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
|
|
||||||
# set super key alone to emulate alt+F1
|
# set display timeout, sleep, and poweroff
|
||||||
ksuperkey -e 'Super_L=Alt_L|F1' &
|
|
||||||
ksuperkey -e 'Super_R=Alt_L|F1' &
|
|
||||||
|
|
||||||
# set display timeout, sleep, and power off times
|
|
||||||
xset dpms 600 900 1200
|
xset dpms 600 900 1200
|
||||||
|
|
||||||
# set keyboard repeat rate
|
# set keyboard repeat rate
|
||||||
@ -39,4 +31,3 @@ xset r rate 350 60
|
|||||||
|
|
||||||
# left hand mouse
|
# left hand mouse
|
||||||
#xmodmap -e "pointer = 3 2 1"
|
#xmodmap -e "pointer = 3 2 1"
|
||||||
|
|
||||||
|
@ -9,13 +9,13 @@ sxhkd -c "$HOME/.config/bspwm/sxhkdrc" &
|
|||||||
# panel
|
# panel
|
||||||
tint2 &
|
tint2 &
|
||||||
|
|
||||||
# Set some bsp specific stuff
|
# set some bsp specific
|
||||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||||
|
|
||||||
bspc config window_gap 12
|
bspc config window_gap 12
|
||||||
bspc config border_width 2
|
bspc config border_width 2
|
||||||
|
|
||||||
bspc config split_ratio 0.62
|
bspc config split_ratio 0.5
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
bspc config gapless_monocle true
|
bspc config gapless_monocle true
|
||||||
|
|
||||||
|
@ -132,7 +132,6 @@ fi
|
|||||||
|
|
||||||
# open window(s) with sticky and floating enabled to view on all workspaces.
|
# 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="^stickyterm$" stick=true float=true w=1280 h=720
|
||||||
dkcmd rule class="^scratchpad$" float=true
|
|
||||||
|
|
||||||
# focus window and workspace on opening
|
# focus window and workspace on opening
|
||||||
dkcmd rule class="^firefox$" ws=1 focus=true
|
dkcmd rule class="^firefox$" ws=1 focus=true
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
[separator]
|
[separator]
|
||||||
[submenu] (Settings)
|
[submenu] (Settings)
|
||||||
[exec] (Wallpaper) {nitrogen}
|
[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 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) {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/'}
|
[exec] (Screenshot PNG 5 sec.) {scrot -q 100 -cd 5 '%B_%s_$wx$h.png' -e 'mv $f ~/Pictures/'}
|
||||||
|
@ -34,25 +34,24 @@ exec_always --no-startup-id xrdb -load ~/.Xresources
|
|||||||
# run once
|
# run once
|
||||||
exec --no-startup-id xfsettingsd
|
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 ##################
|
############# 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
|
# kill focused window
|
||||||
bindsym $Mod+Shift+q kill
|
bindsym $Mod+Shift+q kill
|
||||||
bindsym Mod1+q kill
|
bindsym Mod1+q kill
|
||||||
bindsym Mod1+F4 kill
|
bindsym Mod1+F4 kill
|
||||||
|
|
||||||
# launchers
|
|
||||||
bindsym Control+space exec --no-startup-id rofi_run -r
|
|
||||||
|
|
||||||
# core
|
# core
|
||||||
bindsym $Mod+w exec --no-startup-id exo-open --launch WebBrowser
|
bindsym $Mod+w exec --no-startup-id exo-open --launch WebBrowser
|
||||||
bindsym $Mod+f exec --no-startup-id exo-open --launch FileManager
|
bindsym $Mod+f exec --no-startup-id exo-open --launch FileManager
|
||||||
bindsym $Mod+t exec --no-startup-id exo-open --launch TerminalEmulator
|
bindsym $Mod+t exec --no-startup-id exo-open --launch TerminalEmulator
|
||||||
bindsym $Mod+Return 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 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
|
# logout script
|
||||||
bindsym $Mod+x exec --no-startup-id rofi_run -l
|
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
|
bindsym $mod+Mod2+KP_8 workspace 8
|
||||||
|
|
||||||
# switch to next or previous workspace
|
# switch to next or previous workspace
|
||||||
bindsym $mod+Mod1+Left workspace prev
|
bindsym $mod+Mod1+Left workspace prev
|
||||||
bindsym $mod+Mod1+Right workspace next
|
bindsym $mod+Mod1+Right workspace next
|
||||||
|
|
||||||
# move focused container to workspace
|
# move focused container to workspace
|
||||||
|
@ -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
|
${alignc}S H O R T C U T K E Y S
|
||||||
${hr}
|
${hr}
|
||||||
[S]${alignr}Launcher
|
[C] + Space${alignr}Launcher
|
||||||
[S] + Space${alignr}Openbox Menu
|
[S] + Space${alignr}Openbox Menu
|
||||||
[S] + t${alignr}Terminal
|
[S] + t${alignr}Terminal
|
||||||
[S] + e${alignr}Text Editor
|
|
||||||
[S] + f${alignr}File Manager
|
[S] + f${alignr}File Manager
|
||||||
[S] + w${alignr}Web Browser
|
[S] + w${alignr}Web Browser
|
||||||
[S] + m${alignr}Music Player
|
|
||||||
[S] + v${alignr}Audio Control
|
[S] + v${alignr}Audio Control
|
||||||
[S] + x${alignr}System Exit
|
[S] + x${alignr}System Exit
|
||||||
[PrtScn]${alignr}Screenshot
|
[PrtScn]${alignr}Screenshot
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
# required for xfce settings to work
|
|
||||||
xfsettingsd &
|
|
||||||
|
|
||||||
# start the panel
|
# start the panel
|
||||||
tint2 &
|
tint2 &
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
<action name="Restart"/>
|
<action name="Restart"/>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
<menu execute="al-compton-pipemenu" id="ComptonPipeMenu" label="Compton"/>
|
<menu execute="al-picom-pipemenu" id="PicomPipeMenu" label="Picom"/>
|
||||||
<menu execute="al-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/>
|
<menu execute="al-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/>
|
||||||
<menu execute="al-tint2-pipemenu" id="Tint2PipeMenu" label="Tint2"/>
|
<menu execute="al-tint2-pipemenu" id="Tint2PipeMenu" label="Tint2"/>
|
||||||
<separator/>
|
<separator/>
|
||||||
@ -83,27 +83,17 @@
|
|||||||
<command>nitrogen</command>
|
<command>nitrogen</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="Xfce4 appearance settings">
|
<item label="Lxappearance">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>xfce4-appearance-settings</command>
|
<command>lxappearance</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<separator/>
|
<separator/>
|
||||||
<item label="Xfce4 power settings">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>xfce4-power-manager-settings</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="Pulse audio volume control">
|
<item label="Pulse audio volume control">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>pavucontrol</command>
|
<command>pavucontrol</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="Xfce4 settings manager">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>xfce4-settings-manager</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
</menu>
|
</menu>
|
||||||
<menu execute="al-help-pipemenu" id="help" label="Help and Info"/>
|
<menu execute="al-help-pipemenu" id="help" label="Help and Info"/>
|
||||||
<menu execute="al-kb-pipemenu" id="keybinds" label="Keybinds"/>
|
<menu execute="al-kb-pipemenu" id="keybinds" label="Keybinds"/>
|
||||||
|
@ -272,11 +272,6 @@
|
|||||||
<command>exo-open --launch WebBrowser</command>
|
<command>exo-open --launch WebBrowser</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-a">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>xfce4-settings-manager</command>
|
|
||||||
</action>
|
|
||||||
</keybind>
|
|
||||||
<keybind key="W-v">
|
<keybind key="W-v">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>pavucontrol</command>
|
<command>pavucontrol</command>
|
||||||
@ -287,7 +282,7 @@
|
|||||||
<command>skippy-xd</command>
|
<command>skippy-xd</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-F1">
|
<keybind key="A-p">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>rofi_run -r</command>
|
<command>rofi_run -r</command>
|
||||||
</action>
|
</action>
|
||||||
|
Reference in New Issue
Block a user