summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Xresources42
-rw-r--r--config/i3-laptop/config2
-rw-r--r--cwmrc22
-rw-r--r--newsboat/history.cmdline1
-rw-r--r--qutebrowser/config.py23
-rw-r--r--vim/vimrc5
6 files changed, 76 insertions, 19 deletions
diff --git a/Xresources b/Xresources
index e1219ac..63dc49c 100644
--- a/Xresources
+++ b/Xresources
@@ -1,13 +1,13 @@
! urxvt - see bottom of file for explanation of these settings
!! from https://wiki.manjaro.org/index.php?title=Improve_Font_Rendering
-Xft.dpi: 96
-Xft.antialias: true
-Xft.hinting: true
-Xft.rgba: rgb
-Xft.autohint: false
-Xft.hintstyle: hintslight
-Xft.lcdfilter: lcddefault
+!!Xft.dpi: 96
+!!Xft.antialias: true
+!!Xft.hinting: true
+!!Xft.rgba: rgb
+!!Xft.autohint: false
+!!Xft.hintstyle: hintslight
+!!Xft.lcdfilter: lcddefault
! xmerm
!!xterm*.font: xft:Hack-Regular:size=10
@@ -47,16 +47,36 @@ XTerm.vt100.locale:true
!! Try?
!xterm*font:-misc-fixed-medium-r-normal-*-15-*-*-*-*-*-iso10646-1
!
-xterm*utf8: 1
+xterm*utf8: 2
!!xterm*font: -xos4-terminus-medium-r-normal--20-200-72-72-c-100-iso10646-1
!!xterm*font: -xos4-terminus-medium-r-normal--24-240-72-72-c-120-iso8859-1
!!xterm*boldFont: -xos4-terminus-bold-r-normal--24-240-72-72-c-120-iso8859-1
-!!xterm*faceName: Terminus
+xterm*font: -xos4-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
+
+xterm*dynamicColors: true
+xterm*eightBitInput: false
+xterm*loginShell: true
+
+xterm*VT100.Translations: #override \
+ Ctrl <Key> minus: smaller-vt-font() \n\
+ Ctrl <Key> plus: larger-vt-font() \n\
+ Ctrl <Key> 0: set-vt-font(d)
+
+! VT Font Menu: Unreadable
+xterm*faceSize1: 8
+! VT font menu: Tiny
+xterm*faceSize2: 10
+! VT font menu: Medium
+xterm*faceSize3: 12
+! VT font menu: Large
+xterm*faceSize4: 16
+! VT font menu: Huge
+xterm*faceSize5: 22xterm*faceName: Terminus
!!xterm*faceSize: 15
-xterm*faceName: Comic Shanns Regular
-xterm*faceSize: 15
+!!xterm*faceName: Comic Shanns Regular
+!!xterm*faceSize: 15
!!xterm*font: -xos4-terminus-medium-r-normal-*-17-120-100-100-c-0-iso10646-1
!!xterm*Boldfont: -xos4-terminus-bold-r-normal-*-17-120-100-100-c-0-iso10646-1
diff --git a/config/i3-laptop/config b/config/i3-laptop/config
index f844dcc..e9f5b3e 100644
--- a/config/i3-laptop/config
+++ b/config/i3-laptop/config
@@ -53,7 +53,7 @@ floating_modifier $mod
# get network app and others
#exec --no-startup-id nm-applet
#exec --no-startup-id /usr/bin/qjackctl
-#exec --no-startup-id /usr/bin/nextcloud
+exec --no-startup-id /usr/local/bin/nextcloud
#exec --no-startup-id /usr/bin/redshift-gtk
#exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/wallpaper/wallhaven-733911.jpg
#exec --no-startup-id /home/lemon/.screenlayout/desktop_layout_debian_all_landscape.sh
diff --git a/cwmrc b/cwmrc
new file mode 100644
index 0000000..3db732c
--- /dev/null
+++ b/cwmrc
@@ -0,0 +1,22 @@
+sticky yes
+color activeborder "#ffb3ff"
+gap 0 0 24 0
+borderwidth 3
+bind-key 4-Return terminal
+bind-key 4-d menu-exec
+bind-key S4-q restart
+bind-key S4-f window-fullscreen
+bind-key 4-1 group-only-1
+bind-key 4-2 group-only-2
+bind-key 4-3 group-only-3
+bind-key 4-4 group-only-4
+bind-key 4-5 group-only-5
+bind-key 4S-1 window-movetogroup-1
+bind-key 4S-2 window-movetogroup-2
+bind-key 4S-3 window-movetogroup-3
+bind-key 4S-4 window-movetogroup-4
+bind-key 4S-5 window-movetogroup-5
+bind-key 4S-k window-htile
+bind-key 4S-j window-vtile
+command qutebrowser qutebrowser
+command top top
diff --git a/newsboat/history.cmdline b/newsboat/history.cmdline
index 2935811..aed4974 100644
--- a/newsboat/history.cmdline
+++ b/newsboat/history.cmdline
@@ -1,2 +1,3 @@
q
q
+q
diff --git a/qutebrowser/config.py b/qutebrowser/config.py
index 3cbb189..55eac39 100644
--- a/qutebrowser/config.py
+++ b/qutebrowser/config.py
@@ -33,8 +33,20 @@ config.set('content.images', False, '*://www.bbc.co.uk/*')
#config.set('content.javascript.enabled', False, '*://www.telegraph.co.uk/*')
config.set('content.javascript.enabled', True, '*://office.com/*')
config.set('content.javascript.enabled', True, '*://microsoft.com/*')
-
-c.content.javascript.enabled = False
+config.set('content.javascript.enabled', True, '*://google.co.uk/*')
+config.set('content.javascript.enabled', True, '*://google.com/*')
+config.set('content.javascript.enabled', True, '*://todoist.com/*')
+config.set('content.javascript.enabled', True, '*://*.calendar.google.com/*')
+config.set('content.javascript.enabled', True, '*://*.mail.protonmail.com/*')
+config.set('content.javascript.enabled', True, '*://*.todoist.com/*')
+config.set('content.javascript.enabled', True, '*://*.vault.bitwarden.com/*')
+config.set('content.javascript.enabled', True, '*://*.www.google.com/*')
+config.set('content.javascript.enabled', True, '*://device.login.microsoftonline.com/*')
+config.set('content.javascript.enabled', True, '*://login.microsoftonline.com/*')
+config.set('content.javascript.enabled', True, '*://www.office.com/*')
+config.set('content.javascript.enabled', True, '*://www.youtube.com/*')
+
+c.content.javascript.enabled = True
## Backend to use to display websites. qutebrowser supports two different
@@ -1477,9 +1489,9 @@ c.tabs.close_mouse_button = 'middle'
## used by prepending the search engine name to the search term, e.g.
## `:open google qutebrowser`.
## Type: Dict
-#c.url.searchengines = {'DEFAULT': 'https://www.google.co.uk/#q={}'}
-c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'}
-#c.url.searchengines.update({'ddg': 'https://duckduckgo.com/?q={}'})
+c.url.searchengines = {'DEFAULT': 'https://www.google.co.uk/?q={}'}
+#c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'}
+c.url.searchengines.update({'ddg': 'https://duckduckgo.com/?q={}'})
c.url.searchengines.update({'g': 'https://www.google.co.uk/?q={}'})
c.url.searchengines.update({'deb': 'https://packages.debian.org/search?keywords={}'})
c.url.searchengines.update({'t': 'https://twitter.com/search?q={}'})
@@ -1588,6 +1600,7 @@ config.bind(';M', 'hint links spawn mpv {hint-url}')
# config.bind('@', 'run-macro')
# config.bind('B', 'set-cmd-text -s :quickmark-load -t')
config.bind('D', 'nop')
+config.bind(';P', 'spawn --userscript pinboard.sh')
# config.bind('F', 'hint all tab')
# config.bind('G', 'scroll-to-perc')
# config.bind('H', 'back')
diff --git a/vim/vimrc b/vim/vimrc
index 245a19c..3e864a1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -77,7 +77,8 @@ call plug#end()
" colorscheme
set background=light
-colorscheme solarized
+"colorscheme solarized
+colorscheme default
"backups/swap
@@ -127,7 +128,7 @@ autocmd FileType python set sts=4
autocmd FileType python set omnifunc=pythoncomplete#Complete
autocmd FileType html set omnifunc=htmlcomplete#Complete
-syntax on
+syntax off
filetype indent on
filetype plugin on