Update user configs
This commit is contained in:
parent
662f7d9388
commit
594f6ed000
@ -1,2 +0,0 @@
|
||||
# Paranoid composite enabled
|
||||
# delete this file to disable composite manager
|
@ -41,7 +41,7 @@ gaps inner 15
|
||||
gaps outer 5
|
||||
|
||||
# font
|
||||
font pango:Ubuntu 11
|
||||
font pango:Roboto 11
|
||||
|
||||
|
||||
#### Set
|
||||
@ -105,7 +105,7 @@ bindsym Control+space exec --no-startup-id rofi-gorice
|
||||
bindsym Mod1+F1 exec --no-startup-id rofi-gorice
|
||||
|
||||
# core
|
||||
bindsym $Mod+e exec --no-startup-id al-open -edit
|
||||
bindsym $Mod+e exec --no-startup-id geany
|
||||
bindsym $Mod+t exec exo-open --launch TerminalEmulator
|
||||
bindsym $Mod+w exec exo-open --launch WebBrowser
|
||||
bindsym $Mod+f exec exo-open --launch FileManager
|
||||
|
@ -19,7 +19,7 @@
|
||||
</item>
|
||||
<item label="Text Editor">
|
||||
<action name="Execute">
|
||||
<command>al-open -edit</command>
|
||||
<command>geany</command>
|
||||
</action>
|
||||
</item>
|
||||
<separator/>
|
||||
@ -198,7 +198,7 @@
|
||||
</item>
|
||||
<item label="Exit Openbox">
|
||||
<action name="Execute">
|
||||
<command>exit-openbox</command>
|
||||
<command>oblogout</command>
|
||||
</action>
|
||||
</item>
|
||||
</menu>
|
||||
|
@ -335,7 +335,7 @@
|
||||
</keybind>
|
||||
<keybind key="W-e">
|
||||
<action name="Execute">
|
||||
<command>al-open -edit</command>
|
||||
<command>geany</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-m">
|
||||
@ -372,22 +372,17 @@
|
||||
<!-- Logout & Reload -->
|
||||
<keybind key="W-x">
|
||||
<action name="Execute">
|
||||
<command>exit-openbox</command>
|
||||
<command>oblogout</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-Delete">
|
||||
<action name="Execute">
|
||||
<command>exit-openbox</command>
|
||||
<command>oblogout</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-S-Escape">
|
||||
<action name="Exit"/>
|
||||
</keybind>
|
||||
<keybind key="W-S-r">
|
||||
<action name="Execute">
|
||||
<command>start-polybar --reload</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-S-BackSpace">
|
||||
<action name="Restart"/>
|
||||
</keybind>
|
||||
@ -826,7 +821,7 @@
|
||||
<file>/var/lib/openbox/debian-menu.xml</file>
|
||||
<file>debian-menu.xml</file> -->
|
||||
<file>menu.xml</file>
|
||||
<hideDelay>200</hideDelay>
|
||||
<hideDelay>400</hideDelay>
|
||||
<!-- if a press-release lasts longer than this setting (in milliseconds), the
|
||||
menu is hidden again -->
|
||||
<middle>no</middle>
|
||||
|
@ -1,24 +0,0 @@
|
||||
[Appearance]
|
||||
color_scheme_path=
|
||||
custom_palette=false
|
||||
icon_theme=ArchLabs-Light
|
||||
style=gtk2
|
||||
|
||||
[Fonts]
|
||||
fixed=@Variant(\0\0\0@\0\0\0\x16\0U\0\x62\0u\0n\0t\0u\0 \0M\0o\0n\0o@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0K\x10)
|
||||
general=@Variant(\0\0\0@\0\0\0\f\0U\0\x62\0u\0n\0t\0u@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x19\x10)
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
buttonbox_layout=0
|
||||
cursor_flash_time=1000
|
||||
dialog_buttons_have_icons=2
|
||||
double_click_interval=400
|
||||
gui_effects=General, FadeMenu, AnimateCombo, FadeTooltip, AnimateToolBox
|
||||
menus_have_icons=true
|
||||
stylesheets=@Invalid()
|
||||
toolbutton_style=4
|
||||
wheel_scroll_lines=3
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2\xd0\0\0\x1'\0\0\x4\xab\0\0\x3\x1c\0\0\x2\xd3\0\0\x1*\0\0\x4\xa8\0\0\x3\x19\0\0\0\0\0\0\0\0\a\x80)
|
@ -11,11 +11,10 @@ font = Fantasque Sans Mono 12
|
||||
scrollback_lines = 10000
|
||||
search_wrap = true
|
||||
icon_name = utilities-terminal
|
||||
geometry = 740x500
|
||||
scrollback_lines = 15000
|
||||
geometry = 750x500
|
||||
clickable_url = true
|
||||
cursor_blink = system
|
||||
cursor_shape = ibeam
|
||||
cursor_shape = block
|
||||
browser = exo-open
|
||||
filter_unmatched_urls = true
|
||||
|
||||
|
@ -11,11 +11,10 @@ font = {{.Data.terminal_font}}
|
||||
scrollback_lines = 10000
|
||||
search_wrap = true
|
||||
icon_name = utilities-terminal
|
||||
geometry = 740x500
|
||||
scrollback_lines = 15000
|
||||
geometry = 750x500
|
||||
clickable_url = true
|
||||
cursor_blink = system
|
||||
cursor_shape = ibeam
|
||||
cursor_shape = block
|
||||
browser = exo-open
|
||||
filter_unmatched_urls = true
|
||||
|
||||
|
@ -25,10 +25,10 @@ menu-opacity=100
|
||||
command-settings=xfce4-settings-manager
|
||||
show-command-settings=true
|
||||
command-lockscreen=i3lock-fancy
|
||||
show-command-lockscreen=false
|
||||
show-command-lockscreen=true
|
||||
command-switchuser=
|
||||
show-command-switchuser=false
|
||||
command-logout=xfce-session-logout
|
||||
command-logout=oblogout
|
||||
show-command-logout=true
|
||||
command-menueditor=
|
||||
show-command-menueditor=false
|
||||
|
@ -23,8 +23,8 @@
|
||||
<property name="<Alt>F2" type="string" value="rofi-apps">
|
||||
<property name="startup-notify" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="<Primary><Alt>Delete" type="string" value="empty"/>
|
||||
<property name="<Primary><Alt>l" type="string" value="empty"/>
|
||||
<property name="<Primary><Alt>Delete" type="string" value="i3lock-fancy"/>
|
||||
<property name="<Primary><Alt>l" type="string" value="i3lock-fancy"/>
|
||||
<property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
|
||||
<property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
|
||||
<property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
|
||||
|
@ -23,8 +23,8 @@
|
||||
<property name="<Alt>F2" type="empty">
|
||||
<property name="startup-notify" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="<Primary><Alt>Delete" type="string" value="xflock4"/>
|
||||
<property name="<Primary><Alt>l" type="string" value="xflock4"/>
|
||||
<property name="<Primary><Alt>Delete" type="string" value="i3lock-fancy"/>
|
||||
<property name="<Primary><Alt>l" type="string" value="i3lock-fancy"/>
|
||||
<property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
|
||||
<property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
|
||||
<property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
|
||||
|
6
home/bin/rofi-apps
Executable file
6
home/bin/rofi-apps
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# do the launcher
|
||||
rofi -modi run,drun,window -show drun \
|
||||
-show-icons -me-select-entry '' \
|
||||
-me-accept-entry 'Mouse1' -sidebar-mode
|
6
home/bin/rofi-window
Executable file
6
home/bin/rofi-window
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
rofi -no-config -modi window -show window -hide-scrollbar -eh 1 \
|
||||
-padding 50 -line-padding 4 -font "Fantasque Sans Mono 12" -color-enabled \
|
||||
-color-window "#1F2326, #1F2326, #1F2326" \
|
||||
-color-normal "#1F2326, #F1F1F1, #1F2326, #4E88CF, #1F2326"
|
6
home/bin/rofi-window.template
Normal file
6
home/bin/rofi-window.template
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
rofi -no-config -modi window -show window -hide-scrollbar -eh 1 \
|
||||
-padding 50 -line-padding 4 -font "Fantasque Sans Mono 12" -color-enabled \
|
||||
-color-window "{{.Data.terminal_background}}, {{.Data.terminal_background}}, {{.Data.terminal_background}}" \
|
||||
-color-normal "{{.Data.terminal_background}}, {{.Data.terminal_foreground}}, {{.Data.terminal_background}}, {{index .Data.terminal_colors 4}}, {{.Data.terminal_background}}"
|
@ -1,17 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# this script will run polybar at boot
|
||||
# and allow toggling via polybar or other means
|
||||
# if it is not running and not enabled, enable it then start
|
||||
if [ -e "$HOME/.config/.composite_enabled" ] && [ "$(pidof compton)" ]; then
|
||||
|
||||
if [ "$(pidof compton)" ]; then
|
||||
al-compositor --restart
|
||||
elif [ -e "$HOME/.config/.composite_enabled" ]; then
|
||||
al-compositor --start
|
||||
else
|
||||
echo "#Compositing enabled" > $HOME/.config/.composite_enabled
|
||||
if [ "$(pidof compton)" ]; then
|
||||
al-compositor --start
|
||||
else
|
||||
al-compositor --restart
|
||||
fi
|
||||
al-compositor --start
|
||||
fi
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Can also be used to reload openbox session with [--reload] or [-r]
|
||||
|
||||
# I reccomend using al-polyzen to set up a session for each wm
|
||||
# then ditching this method and adding the following line to your autostart
|
||||
# then ditching this script and adding the following line to your autostart
|
||||
# sleep 1; al-polybar-session &
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user