update some configs
This commit is contained in:
parent
28d0faf281
commit
54833ca394
8 changed files with 12 additions and 9 deletions
|
@ -68,7 +68,7 @@ font:
|
|||
# family: 'FantasqueSansMono Nerd Font'
|
||||
# style: Retina,Regular
|
||||
style: Italic
|
||||
size: 12
|
||||
size: 10
|
||||
offset:
|
||||
x: 0
|
||||
y: 0
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[Settings]
|
||||
gtk-theme-name=deepin-dark
|
||||
#gtk-theme-name=deepin-dark
|
||||
gtk-theme-name=deepin
|
||||
gtk-icon-theme-name=Adwaita
|
||||
#gtk-font-name=Cantarell 11
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
|
|
|
@ -91,7 +91,8 @@ bindsym $mod+Return exec --no-startup-id alacritty
|
|||
bindsym $mod+Shift+Return exec --no-startup-id (sudo systemctl restart logid && notify-send -u normal "Restarted logiops daemon") || notify-send -u critical "Could not restart logiops daemon!"
|
||||
|
||||
# some general short cuts :D
|
||||
bindsym $mod+Shift+m exec --no-startup-id alacritty --config-file ~/.config/alacritty/neomutt.yml --class Neomutt -e neomutt
|
||||
bindsym $mod+Shift+m exec --no-startup-id alacritty --config-file ~/.config/alacritty/big.yml --class Neomutt -e neomutt
|
||||
bindsym $mod+Shift+t exec --no-startup-id alacritty --config-file ~/.config/alacritty/big.yml --class Toot -e toot tui
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+q kill
|
||||
|
@ -287,8 +288,8 @@ mode "$mode_system" {
|
|||
bindsym l exec --no-startup-id i3exit lock, mode "default"
|
||||
bindsym s exec --no-startup-id i3exit suspend, mode "default"
|
||||
bindsym u exec --no-startup-id i3exit switch_user, mode "default"
|
||||
bindsym e exec --no-startup-id i3exit logout, mode "default"
|
||||
# bindsym e exec --no-startup-id pkill X
|
||||
# bindsym e exec --no-startup-id i3exit logout, mode "default"
|
||||
bindsym e exec --no-startup-id pkill X
|
||||
bindsym h exec --no-startup-id i3exit hibernate, mode "default"
|
||||
bindsym r exec --no-startup-id i3exit reboot, mode "default"
|
||||
bindsym Shift+s exec --no-startup-id i3exit shutdown, mode "default"
|
||||
|
|
|
@ -11,7 +11,8 @@ text/html; chromium --new-window --incognito '%s'; nametemplate=%s.html; test=te
|
|||
# text/html; qutebrowser '%s'; nametemplate=%s.html; test=test -n "$DISPLAY"
|
||||
# text/html; nyxt '%s'; test=test -n "$DISPLAY";
|
||||
text/html; w3m; nametemplate=%s.html; needsterminal
|
||||
text/html; w3m -graph -o display_borders=1 -o color=1 -o display_image=1 -o auto_image=1 -dump -I %{charset} -T text/html; copiousoutput
|
||||
#text/html; w3m -graph -o display_borders=1 -o color=1 -o display_image=1 -o auto_image=1 -dump -I %{charset} -T text/html; copiousoutput
|
||||
text/html; w3m -graph -o color=1 -o display_image=1 -o auto_image=1 -dump -I %{charset} -T text/html; copiousoutput
|
||||
# audio/*; vlc %s
|
||||
# video/*; vlc %s
|
||||
audio/*; mpv %s
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhistcnt =1
|
||||
let g:netrw_dirhist_1='/home/mrus'
|
||||
let g:netrw_dirhist_1='/home/dominic'
|
||||
|
|
|
@ -10,7 +10,7 @@ autorun=1
|
|||
always_show_tabs=0
|
||||
max_tab_chars=32
|
||||
win_width=948
|
||||
win_height=1040
|
||||
win_height=515
|
||||
splitter_pos=150
|
||||
media_in_new_tab=0
|
||||
desktop_folder_new_win=0
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7c16fc0eac6110e558dc2f37f9da409a39325236
|
||||
Subproject commit c4f3dfae3a5f51a0598f9d9baac265126c9d07af
|
Loading…
Reference in a new issue