Remove roxterm and hardcode moz_xinput env var

This commit is contained in:
Pavle Portic 2023-05-26 10:48:33 +02:00
parent b9f0d31c00
commit 1a016acb13
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
6 changed files with 19 additions and 78 deletions

View File

@ -1,19 +1,29 @@
---
data:
i3:
font_size: 13
xrandr: ''
tray_output: ''
nm_applet: true
bumblebee:
modules: 'ytrssil'
parameters: >-
sensors.path="coretemp-isa-0000/Package id 0/temp1_input"
additional_bindings: ''
xresources:
rgba:
- rgba: rgb
dpi: 96
roxterm:
per_screen: []
alacritty:
font:
size: 14
size: '7.5'
offset:
x: 0
y: 3
rofi:
font:
size: '15'
zshrc:
gdk_scale: '1.0'
env_vars: []
env_vars:
- name: 'NAME'
value: 'VALUE'
xinitrc:
additional_commands: ''

View File

@ -1,20 +0,0 @@
[roxterm colour scheme]
foreground=#ebebdbdbb2b2
background=#282828282828
palette_size=16
0=#282828282828
1=#cccc24241d1d
2=#989897971a1a
3=#d7d799992121
4=#383885858888
5=#b1b162628686
6=#68689d9d6a6a
7=#dbdbaeae9393
8=#66665c5c5454
9=#fbfb49493434
10=#b8b8bbbb2626
11=#fafabdbd2f2f
12=#7272a5a59191
13=#d3d386869b9b
14=#8e8ec0c07c7c
15=#ebebdbdbb2b2

View File

@ -1,31 +0,0 @@
[roxterm colour scheme]
foreground=#3c3c38383636
background=#fbfbf1f1c7c7
0=#fbfbf1f1c7c7
1=#cccc24241d1d
2=#989897971a19
3=#d7d799992120
4=#454585858888
5=#b1b162618685
6=#68689d9d6a6a
7=#7c7c6f6f6464
8=#929283837474
9=#9d9d00000606
10=#797974740e0e
11=#b5b576761414
12=#070766667878
13=#8f8f3f3f7171
14=#42427b7b5858
15=#3c3c38383636
16=#4c4c4c4c4c4c
17=#a8a830303030
18=#202088882020
19=#a8a888880000
20=#555555559898
21=#888830308888
22=#303088888888
23=#d8d8d8d8d8d8
cursor=#3c3c38383636
palette_size=16
bold=
dim=

View File

@ -1,4 +0,0 @@
[roxterm options]
prefer_dark_theme=0
warn_close=1
only_warn_running=1

View File

@ -1,15 +0,0 @@
[roxterm profile]
font=Pragmata Pro {{ .roxterm.font.size }}
always_show_tabs=0
colour_scheme=Gruvbox_Dark
bell_highlights_tab=0
audible_bell=0
autowrap=1
cursor_blink_mode=2
scrollbar_pos=0
limit_scrollback=0
vspacing=20
hide_menubar=1
scroll_on_keystroke=1
scroll_on_output=0
kinetic_scrolling=0

View File

@ -51,7 +51,8 @@ export GPG_TTY=$(tty)
export LANG="en_US.UTF-8"
export LC_ALL="en_DK.UTF-8"
export MAKEFLAGS="-j $(nproc --all)"
export MOZ_WEBRENDER=1
export MOZ_WEBRENDER="1"
export MOZ_USE_XINPUT2="1"
export GOPRIVATE="github.com/duneanalytics/*"
export GOPATH="$HOME/dev/go"
export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin"