Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
84f716b5cd
7 changed files with 76 additions and 197 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
alacritty
|
||||||
arandr
|
arandr
|
||||||
arc-gtk-theme
|
arc-gtk-theme
|
||||||
cbatticon
|
cbatticon
|
||||||
|
|
@ -29,7 +30,6 @@ qemu-guest-agent
|
||||||
rofi
|
rofi
|
||||||
rxvt-unicode
|
rxvt-unicode
|
||||||
spice-vdagent
|
spice-vdagent
|
||||||
termite
|
|
||||||
thunar
|
thunar
|
||||||
tigervnc
|
tigervnc
|
||||||
tint2
|
tint2
|
||||||
|
|
|
||||||
|
|
@ -1,65 +0,0 @@
|
||||||
! general settings
|
|
||||||
URxvt*saveline: 15000
|
|
||||||
URxvt*termName: rxvt-256color
|
|
||||||
URxvt*iso14755: false
|
|
||||||
|
|
||||||
! appearance
|
|
||||||
URxvt*depth: 32
|
|
||||||
!URxvt*background: rgba:0000/0000/0000/AAAA
|
|
||||||
!URxvt*background: [80]#404552
|
|
||||||
!URxvt*background: [100]#2f343f
|
|
||||||
!URxvt*foreground: #F8F8FF
|
|
||||||
!URxvt.underlineColor: #4682B4
|
|
||||||
!URxvt.highlightColor: #4682B4
|
|
||||||
!URxvt.throughColor: Blue
|
|
||||||
!URxvt*cursorColor: #dc8cc3
|
|
||||||
!URxvt*cursorColor2: Black
|
|
||||||
URxvt*scrollBar: false
|
|
||||||
URxvt*scrollBar_right: false
|
|
||||||
URxvt*internalBorder: 0
|
|
||||||
URxvt*externalBorder: 0
|
|
||||||
!URxvt.colorIT: #87af5f
|
|
||||||
!URxvt.colorBD: #c5c8c6
|
|
||||||
!URxvt.colorUL: #87afd7
|
|
||||||
URxvt.geometry: 92x16
|
|
||||||
URxvt.internalBorder: 8
|
|
||||||
URxvt.shading: 10
|
|
||||||
URxvt.transparent: true
|
|
||||||
|
|
||||||
! Base16 Isotope
|
|
||||||
! Scheme: Jan T. Sott
|
|
||||||
!! Modified by 2Shirt
|
|
||||||
|
|
||||||
*.foreground: #d0d0d0
|
|
||||||
*.background: #000000
|
|
||||||
*.cursorColor: #d0d0d0
|
|
||||||
|
|
||||||
*.color0: #000000
|
|
||||||
*.color1: #ff0000
|
|
||||||
*.color2: #33ff00
|
|
||||||
*.color3: #ffd000
|
|
||||||
*.color4: #0066ff
|
|
||||||
*.color5: #cc00ff
|
|
||||||
*.color6: #00ffff
|
|
||||||
*.color7: #d0d0d0
|
|
||||||
|
|
||||||
*.color8: #808080
|
|
||||||
*.color9: #ff9900
|
|
||||||
*.color10: #404040
|
|
||||||
*.color11: #606060
|
|
||||||
*.color12: #c0c0c0
|
|
||||||
*.color13: #e0e0e0
|
|
||||||
*.color14: #3300ff
|
|
||||||
*.color15: #ffffff
|
|
||||||
|
|
||||||
! fonts
|
|
||||||
!Xft.dpi: 192
|
|
||||||
Xft.autohint: 0
|
|
||||||
Xft.antialias: 1
|
|
||||||
Xft.hinting: true
|
|
||||||
Xft.hintstyle: hintslight
|
|
||||||
Xft.rgba: rgb
|
|
||||||
Xft.lcdfilter: lcddefault
|
|
||||||
URxvt.font: xft:Inconsolata:size=12
|
|
||||||
!URxvt.letterSpace: -3
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,34 @@
|
||||||
|
env:
|
||||||
|
TERM: xterm-256color
|
||||||
|
|
||||||
|
font:
|
||||||
|
normal:
|
||||||
|
family: Hack
|
||||||
|
size: 8.0
|
||||||
|
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
background: '#000000'
|
||||||
|
foreground: '#d0d0d0'
|
||||||
|
|
||||||
|
normal:
|
||||||
|
black: '#000000'
|
||||||
|
red: '#ff0000'
|
||||||
|
green: '#33ff00'
|
||||||
|
yellow: '#ffd000'
|
||||||
|
blue: '#0066ff'
|
||||||
|
magenta: '#cc00ff'
|
||||||
|
cyan: '#00ffff'
|
||||||
|
white: '#d0d0d0'
|
||||||
|
|
||||||
|
bright:
|
||||||
|
black: '#808080'
|
||||||
|
red: '#ff9900'
|
||||||
|
green: '#404040'
|
||||||
|
yellow: '#606060'
|
||||||
|
blue: '#c0c0c0'
|
||||||
|
magenta: '#e0e0e0'
|
||||||
|
cyan: '#3300ff'
|
||||||
|
white: '#ffffff'
|
||||||
|
|
||||||
|
background_opacity: 0.9
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#openbox-autostart
|
#openbox-autostart
|
||||||
|
|
||||||
/usr/bin/termite --title "Initializing..." -e "$HOME/.update_x"
|
/usr/bin/alacritty --title "Initializing..." -e "$HOME/.update_x"
|
||||||
"$HOME/.start_desktop_apps" &
|
"$HOME/.start_desktop_apps" &
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<item label="Arch Menu"></item>
|
<item label="Arch Menu"></item>
|
||||||
<separator/>
|
<separator/>
|
||||||
<item label="Hardware Diagnostics"> <action name="Execute">
|
<item label="Hardware Diagnostics"> <action name="Execute">
|
||||||
<execute>termite --title "Hardware Diagnostics" -e hw-diags</execute>
|
<execute>alacritty --title "Hardware Diagnostics" -e hw-diags</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Hardware Information"> <action name="Execute">
|
<item label="Hardware Information"> <action name="Execute">
|
||||||
<execute>hardinfo</execute>
|
<execute>hardinfo</execute>
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
<execute>gsmartcontrol_polkit</execute>
|
<execute>gsmartcontrol_polkit</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Network Diagnostics"> <action name="Execute">
|
<item label="Network Diagnostics"> <action name="Execute">
|
||||||
<execute>termite --title "Network Diagnostics" -hold -e hw-diags-network</execute>
|
<execute>alacritty --title "Network Diagnostics" -hold -e hw-diags-network</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Web Browser"> <action name="Execute">
|
<item label="Web Browser"> <action name="Execute">
|
||||||
<execute>firefox</execute>
|
<execute>firefox</execute>
|
||||||
|
|
@ -31,32 +31,32 @@
|
||||||
<execute>idle</execute>
|
<execute>idle</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Python"> <action name="Execute">
|
<item label="Python"> <action name="Execute">
|
||||||
<execute>termite -e python</execute>
|
<execute>alacritty -e python</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Python (v2.7)"> <action name="Execute">
|
<item label="Python (v2.7)"> <action name="Execute">
|
||||||
<execute>termite -e python2.7</execute>
|
<execute>alacritty -e python2.7</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Tclsh8.6"> <action name="Execute">
|
<item label="Tclsh8.6"> <action name="Execute">
|
||||||
<execute>termite -e tclsh8.6</execute>
|
<execute>alacritty -e tclsh8.6</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
</menu>
|
</menu>
|
||||||
<menu id="2" label="Editors">
|
<menu id="2" label="Editors">
|
||||||
<item label="hexedit"> <action name="Execute">
|
<item label="hexedit"> <action name="Execute">
|
||||||
<execute>termite -e hexedit</execute>
|
<execute>alacritty -e hexedit</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Nano"> <action name="Execute">
|
<item label="Nano"> <action name="Execute">
|
||||||
<execute>termite -e nano</execute>
|
<execute>alacritty -e nano</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Vi"> <action name="Execute">
|
<item label="Vi"> <action name="Execute">
|
||||||
<execute>termite -e vi</execute>
|
<execute>alacritty -e vi</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Vim"> <action name="Execute">
|
<item label="Vim"> <action name="Execute">
|
||||||
<execute>termite -e vim</execute>
|
<execute>alacritty -e vim</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
</menu>
|
</menu>
|
||||||
<menu id="7" label="Multimedia">
|
<menu id="7" label="Multimedia">
|
||||||
<item label="ALSA mixer"> <action name="Execute">
|
<item label="ALSA mixer"> <action name="Execute">
|
||||||
<execute>termite -e alsamixer</execute>
|
<execute>alacritty -e alsamixer</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="mpv Media Player"> <action name="Execute">
|
<item label="mpv Media Player"> <action name="Execute">
|
||||||
<execute>mpv</execute>
|
<execute>mpv</execute>
|
||||||
|
|
@ -76,34 +76,34 @@
|
||||||
<execute>bvnc</execute>
|
<execute>bvnc</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="ELinks"> <action name="Execute">
|
<item label="ELinks"> <action name="Execute">
|
||||||
<execute>termite -e elinks</execute>
|
<execute>alacritty -e elinks</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="FireFox"> <action name="Execute">
|
<item label="FireFox"> <action name="Execute">
|
||||||
<execute>firefox</execute>
|
<execute>firefox</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="FTP"> <action name="Execute">
|
<item label="FTP"> <action name="Execute">
|
||||||
<execute>termite -e ftp</execute>
|
<execute>alacritty -e ftp</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Irssi"> <action name="Execute">
|
<item label="Irssi"> <action name="Execute">
|
||||||
<execute>termite -e irssi</execute>
|
<execute>alacritty -e irssi</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="LFTP"> <action name="Execute">
|
<item label="LFTP"> <action name="Execute">
|
||||||
<execute>termite -e lftp</execute>
|
<execute>alacritty -e lftp</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Mail"> <action name="Execute">
|
<item label="Mail"> <action name="Execute">
|
||||||
<execute>termite -e mail</execute>
|
<execute>alacritty -e mail</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Mail Reader"> <action name="Execute">
|
<item label="Mail Reader"> <action name="Execute">
|
||||||
<execute>exo-open --launch MailReader</execute>
|
<execute>exo-open --launch MailReader</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Talk"> <action name="Execute">
|
<item label="Talk"> <action name="Execute">
|
||||||
<execute>termite -e talk</execute>
|
<execute>alacritty -e talk</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Telnet"> <action name="Execute">
|
<item label="Telnet"> <action name="Execute">
|
||||||
<execute>termite -e telnet</execute>
|
<execute>alacritty -e telnet</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="TkVNC"> <action name="Execute">
|
<item label="TkVNC"> <action name="Execute">
|
||||||
<execute>termite -e tkvnc</execute>
|
<execute>alacritty -e tkvnc</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Web Browser"> <action name="Execute">
|
<item label="Web Browser"> <action name="Execute">
|
||||||
<execute>exo-open --launch WebBrowser</execute>
|
<execute>exo-open --launch WebBrowser</execute>
|
||||||
|
|
@ -117,15 +117,15 @@
|
||||||
</menu>
|
</menu>
|
||||||
<menu id="4" label="Science">
|
<menu id="4" label="Science">
|
||||||
<item label="bc"> <action name="Execute">
|
<item label="bc"> <action name="Execute">
|
||||||
<execute>termite -e bc</execute>
|
<execute>alacritty -e bc</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="dc"> <action name="Execute">
|
<item label="dc"> <action name="Execute">
|
||||||
<execute>termite -e dc</execute>
|
<execute>alacritty -e dc</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
</menu>
|
</menu>
|
||||||
<menu id="19" label="Shells">
|
<menu id="19" label="Shells">
|
||||||
<item label="MC"> <action name="Execute">
|
<item label="MC"> <action name="Execute">
|
||||||
<execute>termite -e mc</execute>
|
<execute>alacritty -e mc</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Thunar File Manager"> <action name="Execute">
|
<item label="Thunar File Manager"> <action name="Execute">
|
||||||
<execute>thunar</execute>
|
<execute>thunar</execute>
|
||||||
|
|
@ -167,7 +167,7 @@
|
||||||
<execute>/usr/lib/Thunar/ThunarBulkRename</execute>
|
<execute>/usr/lib/Thunar/ThunarBulkRename</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Conky"> <action name="Execute">
|
<item label="Conky"> <action name="Execute">
|
||||||
<execute>termite -e conky</execute>
|
<execute>alacritty -e conky</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="GParted"> <action name="Execute">
|
<item label="GParted"> <action name="Execute">
|
||||||
<execute>gparted</execute>
|
<execute>gparted</execute>
|
||||||
|
|
@ -176,19 +176,19 @@
|
||||||
<execute>gsmartcontrol_polkit</execute>
|
<execute>gsmartcontrol_polkit</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Htop"> <action name="Execute">
|
<item label="Htop"> <action name="Execute">
|
||||||
<execute>termite -e htop</execute>
|
<execute>alacritty -e htop</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Openbox Menu Editor"> <action name="Execute">
|
<item label="Openbox Menu Editor"> <action name="Execute">
|
||||||
<execute>obmenu</execute>
|
<execute>obmenu</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="pstree"> <action name="Execute">
|
<item label="pstree"> <action name="Execute">
|
||||||
<execute>termite -e pstree</execute>
|
<execute>alacritty -e pstree</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="pstree"> <action name="Execute">
|
<item label="pstree"> <action name="Execute">
|
||||||
<execute>termite -e /usr/bin/pstree.x11</execute>
|
<execute>alacritty -e /usr/bin/pstree.x11</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Pstree"> <action name="Execute">
|
<item label="Pstree"> <action name="Execute">
|
||||||
<execute>termite -e pstree.x11</execute>
|
<execute>alacritty -e pstree.x11</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="System Profiler and Benchmark"> <action name="Execute">
|
<item label="System Profiler and Benchmark"> <action name="Execute">
|
||||||
<execute>hardinfo</execute>
|
<execute>hardinfo</execute>
|
||||||
|
|
@ -197,7 +197,7 @@
|
||||||
<execute>tint2</execute>
|
<execute>tint2</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Top"> <action name="Execute">
|
<item label="Top"> <action name="Execute">
|
||||||
<execute>termite -e top</execute>
|
<execute>alacritty -e top</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="VeraCrypt"> <action name="Execute">
|
<item label="VeraCrypt"> <action name="Execute">
|
||||||
<execute>veracrypt</execute>
|
<execute>veracrypt</execute>
|
||||||
|
|
@ -211,19 +211,19 @@
|
||||||
<execute>compton --xrender-sync-fence</execute>
|
<execute>compton --xrender-sync-fence</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Console Matrix (Text)"> <action name="Execute">
|
<item label="Console Matrix (Text)"> <action name="Execute">
|
||||||
<execute>termite -e cmatrix</execute>
|
<execute>alacritty -e cmatrix</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="File Manager"> <action name="Execute">
|
<item label="File Manager"> <action name="Execute">
|
||||||
<execute>exo-open --launch FileManager</execute>
|
<execute>exo-open --launch FileManager</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Info"> <action name="Execute">
|
<item label="Info"> <action name="Execute">
|
||||||
<execute>termite -e info</execute>
|
<execute>alacritty -e info</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Terminal Emulator"> <action name="Execute">
|
<item label="Terminal Emulator"> <action name="Execute">
|
||||||
<execute>exo-open --launch TerminalEmulator</execute>
|
<execute>exo-open --launch TerminalEmulator</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Xev"> <action name="Execute">
|
<item label="Xev"> <action name="Execute">
|
||||||
<execute>termite -e xev</execute>
|
<execute>alacritty -e xev</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
</menu>
|
</menu>
|
||||||
<separator/>
|
<separator/>
|
||||||
|
|
|
||||||
|
|
@ -304,7 +304,7 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-d">
|
<keybind key="C-A-d">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>termite --title "Hardware Diagnostics" -e "resize-and-run hw-diags"</command>
|
<command>alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-f">
|
<keybind key="C-A-f">
|
||||||
|
|
@ -319,7 +319,7 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-m">
|
<keybind key="C-A-m">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>termite --title "Mount all Volumes" -e "resize-and-run mount-all-volumes gui"</command>
|
<command>alacritty --title "Mount all Volumes" -e "resize-and-run mount-all-volumes gui"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-r">
|
<keybind key="C-A-r">
|
||||||
|
|
@ -329,17 +329,17 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-s">
|
<keybind key="C-A-s">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>termite --title "Hardware Diagnostics" -e "resize-and-run hw-diags --quick"</command>
|
<command>alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags --quick"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-t">
|
<keybind key="C-A-t">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>termite -e "resize-and-run /bin/zsh"</command>
|
<command>alacritty -e "resize-and-run /bin/zsh"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-v">
|
<keybind key="C-A-v">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>termite --title "Hardware Sensors" -e "resize-and-run hw-sensors"</command>
|
<command>alacritty --title "Hardware Sensors" -e "resize-and-run hw-sensors"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-w">
|
<keybind key="C-A-w">
|
||||||
|
|
@ -359,7 +359,7 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-d">
|
<keybind key="W-d">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>termite --title "Hardware Diagnostics" -e "resize-and-run hw-diags"</command>
|
<command>alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-f">
|
<keybind key="W-f">
|
||||||
|
|
@ -374,7 +374,7 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-m">
|
<keybind key="W-m">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>termite --title "Mount all Volumes" -e "resize-and-run mount-all-volumes gui"</command>
|
<command>alacritty --title "Mount all Volumes" -e "resize-and-run mount-all-volumes gui"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-r">
|
<keybind key="W-r">
|
||||||
|
|
@ -384,17 +384,17 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-s">
|
<keybind key="W-s">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>termite --title "Hardware Diagnostics" -e "resize-and-run hw-diags --quick"</command>
|
<command>alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags --quick"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-t">
|
<keybind key="W-t">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>termite -e "resize-and-run /bin/zsh"</command>
|
<command>alacritty -e "resize-and-run /bin/zsh"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-v">
|
<keybind key="W-v">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>termite --title "Hardware Sensors" -e "resize-and-run hw-sensors"</command>
|
<command>alacritty --title "Hardware Sensors" -e "resize-and-run hw-sensors"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-w">
|
<keybind key="W-w">
|
||||||
|
|
|
||||||
|
|
@ -1,90 +0,0 @@
|
||||||
[options]
|
|
||||||
#allow_bold = true
|
|
||||||
#audible_bell = false
|
|
||||||
#bold_is_bright = true
|
|
||||||
#cell_height_scale = 1.0
|
|
||||||
#cell_width_scale = 1.0
|
|
||||||
clickable_url = true
|
|
||||||
#dynamic_title = true
|
|
||||||
font = Hack 9
|
|
||||||
#font = IPAGothic 10
|
|
||||||
#fullscreen = true
|
|
||||||
#icon_name = terminal
|
|
||||||
#mouse_autohide = false
|
|
||||||
#scroll_on_output = false
|
|
||||||
#scroll_on_keystroke = true
|
|
||||||
# Length of the scrollback buffer, 0 disabled the scrollback buffer
|
|
||||||
# and setting it to a negative value means "infinite scrollback"
|
|
||||||
scrollback_lines = 10000
|
|
||||||
#search_wrap = true
|
|
||||||
#urgent_on_bell = true
|
|
||||||
#hyperlinks = false
|
|
||||||
|
|
||||||
# $BROWSER is used by default if set, with xdg-open as a fallback
|
|
||||||
#browser = xdg-open
|
|
||||||
|
|
||||||
# "system", "on" or "off"
|
|
||||||
cursor_blink = off
|
|
||||||
|
|
||||||
# "block", "underline" or "ibeam"
|
|
||||||
#cursor_shape = block
|
|
||||||
|
|
||||||
# Hide links that are no longer valid in url select overlay mode
|
|
||||||
#filter_unmatched_urls = true
|
|
||||||
|
|
||||||
# Emit escape sequences for extra modified keys
|
|
||||||
#modify_other_keys = false
|
|
||||||
|
|
||||||
# set size hints for the window
|
|
||||||
#size_hints = false
|
|
||||||
|
|
||||||
# "off", "left" or "right"
|
|
||||||
#scrollbar = off
|
|
||||||
|
|
||||||
[colors]
|
|
||||||
# If both of these are unset, cursor falls back to the foreground color,
|
|
||||||
# and cursor_foreground falls back to the background color.
|
|
||||||
cursor = #d0d0d0
|
|
||||||
cursor_foreground = #000000
|
|
||||||
|
|
||||||
foreground = #d0d0d0
|
|
||||||
#foreground_bold = #ffffff
|
|
||||||
background = #000000
|
|
||||||
|
|
||||||
# 20% background transparency (requires a compositor)
|
|
||||||
background = rgba(0, 0, 0, 0.85)
|
|
||||||
|
|
||||||
# If unset, will reverse foreground and background
|
|
||||||
highlight = #2f2f2f
|
|
||||||
|
|
||||||
# Colors from color0 to color254 can be set
|
|
||||||
color0 = #000000
|
|
||||||
color1 = #ff0000
|
|
||||||
color2 = #33ff00
|
|
||||||
color3 = #ffd000
|
|
||||||
color4 = #0066ff
|
|
||||||
color5 = #cc00ff
|
|
||||||
color6 = #00ffff
|
|
||||||
color7 = #d0d0d0
|
|
||||||
|
|
||||||
color8 = #808080
|
|
||||||
color9 = #ff9900
|
|
||||||
color10 = #404040
|
|
||||||
color11 = #606060
|
|
||||||
color12 = #c0c0c0
|
|
||||||
color13 = #e0e0e0
|
|
||||||
color14 = #3300ff
|
|
||||||
color15 = #ffffff
|
|
||||||
|
|
||||||
[hints]
|
|
||||||
font = SourceCodePro 10
|
|
||||||
foreground = #d0d0d0
|
|
||||||
background = #000000
|
|
||||||
#active_foreground = #e68080
|
|
||||||
#active_background = #3f3f3f
|
|
||||||
#padding = 2
|
|
||||||
#border = #3f3f3f
|
|
||||||
#border_width = 0.5
|
|
||||||
#roundness = 2.0
|
|
||||||
|
|
||||||
# vim: ft=dosini cms=#%s
|
|
||||||
Loading…
Reference in a new issue