bug fixes
This commit is contained in:
parent
13a70b4f24
commit
9a43e4ab3f
@ -127,8 +127,8 @@ fullscreen=false
|
|||||||
scribble_text=Type here what you want, use it as a notice/scratch board
|
scribble_text=Type here what you want, use it as a notice/scratch board
|
||||||
scribble_pos=57
|
scribble_pos=57
|
||||||
treeview_position=156
|
treeview_position=156
|
||||||
msgwindow_position=779
|
msgwindow_position=787
|
||||||
geometry=0;0;931;1011;1;
|
geometry=0;0;936;1019;1;
|
||||||
custom_date_format=
|
custom_date_format=
|
||||||
|
|
||||||
[build-menu]
|
[build-menu]
|
||||||
@ -202,10 +202,10 @@ session_file=
|
|||||||
project_file_path=/home/ale/projects
|
project_file_path=/home/ale/projects
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
recent_files=/tmp/mozilla_ale0/index.md;/home/ale/sw/startw;/home/ale/Documents/projects/distro/software.txt;/home/ale/Documents/projects/distro/distro.txt;
|
recent_files=/home/ale/vimwiki/distro/patches/tlp.patch;/tmp/mozilla_ale0/index.md;/home/ale/sw/startw;/home/ale/Documents/projects/distro/software.txt;/home/ale/Documents/projects/distro/distro.txt;
|
||||||
recent_projects=
|
recent_projects=
|
||||||
current_page=3
|
current_page=3
|
||||||
FILE_NAME_0=0;None;0;EUTF-8;1;1;0;%2Fhome%2Fale%2FDocuments%2Fprojects%2Fdistro%2Fdistro.txt;0;4
|
FILE_NAME_0=0;None;0;EUTF-8;1;1;0;%2Fhome%2Fale%2FDocuments%2Fprojects%2Fdistro%2Fdistro.txt;0;4
|
||||||
FILE_NAME_1=498;None;0;EUTF-8;1;1;0;%2Fhome%2Fale%2FDocuments%2Fprojects%2Fdistro%2Fsoftware.txt;0;4
|
FILE_NAME_1=498;None;0;EUTF-8;1;1;0;%2Fhome%2Fale%2FDocuments%2Fprojects%2Fdistro%2Fsoftware.txt;0;4
|
||||||
FILE_NAME_2=1355;Sh;0;EUTF-8;1;1;0;%2Fhome%2Fale%2Fsw%2Fstartw;0;4
|
FILE_NAME_2=1355;Sh;0;EUTF-8;1;1;0;%2Fhome%2Fale%2Fsw%2Fstartw;0;4
|
||||||
FILE_NAME_3=0;Markdown;0;EUTF-8;1;1;0;%2Ftmp%2Fmozilla_ale0%2Findex.md;0;4
|
FILE_NAME_3=2;Diff;0;EUTF-8;1;1;0;%2Fhome%2Fale%2Fvimwiki%2Fdistro%2Fpatches%2Ftlp.patch;0;4
|
||||||
|
Binary file not shown.
@ -1 +1,2 @@
|
|||||||
|
hwdec=auto-safe
|
||||||
gpu-context=wayland
|
gpu-context=wayland
|
||||||
|
@ -11,7 +11,7 @@ set $dmenu $SCRIPT_DIR/menu dmenu
|
|||||||
# Disable xwaylnad
|
# Disable xwaylnad
|
||||||
# xwayland disable
|
# xwayland disable
|
||||||
|
|
||||||
exec swaybg -o "*" -i "$HOME"/Images/walls/lake.jpg -m fill
|
exec swaybg -o "*" -i "$HOME"/Pictures/walls/palm.jpg -m fill
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
|
|
||||||
@ -38,8 +38,8 @@ input type:keyboard {
|
|||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
# backlight keys
|
# backlight keys
|
||||||
bindsym XF86MonBrightnessUp exec xbacklight -fps 30 -inc 5
|
#bindsym XF86MonBrightnessUp exec xbacklight -fps 30 -inc 5
|
||||||
bindsym XF86MonBrightnessDown exec xbacklight -fps 30 -dec 5
|
#bindsym XF86MonBrightnessDown exec xbacklight -fps 30 -dec 5
|
||||||
|
|
||||||
#audio control
|
#audio control
|
||||||
bindsym XF86AudioRaiseVolume exec amixer -q sset Master 3%+
|
bindsym XF86AudioRaiseVolume exec amixer -q sset Master 3%+
|
||||||
@ -192,8 +192,8 @@ for_window [class=".*"] border pixel 2
|
|||||||
# Set the gaps
|
# Set the gaps
|
||||||
# smart_gaps on
|
# smart_gaps on
|
||||||
# smart_borders on
|
# smart_borders on
|
||||||
gaps inner 10
|
gaps inner 8
|
||||||
gaps outer 10
|
gaps outer 8
|
||||||
|
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
bar {
|
bar {
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "BAT {capacity}%",
|
"format": "BAT {capacity}%",
|
||||||
"format-charging": "BAT {capacity}",
|
"format-charging": "BAT {capacity}%+",
|
||||||
"format-plugged": "PLUGGED",
|
"format-plugged": "PLUGGED",
|
||||||
"format-alt": "{time}"
|
"format-alt": "{time}"
|
||||||
},
|
},
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
bind "set completion-ignore-case on"
|
||||||
|
bind "set show-all-if-ambiguous on"
|
||||||
|
bind "set mark-symlinked-directories on"
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
#PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$'
|
#PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$'
|
||||||
PS1='\[\033[33m\][\u] \[\033[1;34m\]\W λ \[\033[0;00m\]'
|
PS1='\[\033[33m\][\u] \[\033[1;34m\]\W λ \[\033[0;00m\]'
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
let g:netrw_dirhistmax =10
|
let g:netrw_dirhistmax =10
|
||||||
let g:netrw_dirhistcnt =0
|
let g:netrw_dirhistcnt =8
|
||||||
let g:netrw_dirhist_0='/home/ale'
|
let g:netrw_dirhist_8='/home/ale/vimwiki/distro/patches'
|
||||||
let g:netrw_dirhist_9='/home/ale/sw/conf/config/waybar'
|
let g:netrw_dirhist_7='/home/ale/vimwiki/distro'
|
||||||
let g:netrw_dirhist_8='/home/ale/sw/conf/config/sway'
|
let g:netrw_dirhist_6='/home/ale/vimwiki'
|
||||||
let g:netrw_dirhist_7='/home/ale/Documents/projects/distro'
|
let g:netrw_dirhist_5='/home/ale'
|
||||||
let g:netrw_dirhist_6='/home/ale/dots/global/etc/X11/xorg.conf.d'
|
let g:netrw_dirhist_4='/home/ale/vimwiki/distro/defaults'
|
||||||
let g:netrw_dirhist_5='/home/ale/Documents/projects/usc'
|
let g:netrw_dirhist_3='/home/ale/Documents/projects/ste/src'
|
||||||
let g:netrw_dirhist_4='/home/ale/Documents/projects/usc/doc/config'
|
let g:netrw_dirhist_2='/home/ale'
|
||||||
let g:netrw_dirhist_3='/home/ale/Documents/projects/distro/software'
|
let g:netrw_dirhist_1='/home/ale/Documents/projects/macrod'
|
||||||
let g:netrw_dirhist_2='/home/ale/Documents/projects/distro'
|
let g:netrw_dirhist_0='/home/ale/Documents/projects/macrod/.git'
|
||||||
let g:netrw_dirhist_1='/home/ale/.config/sxhkd'
|
let g:netrw_dirhist_9='/home/ale/sw/conf/home/vim/plugged/vimwiki/doc'
|
||||||
|
@ -22,6 +22,11 @@ Plug 'vimwiki/vimwiki'
|
|||||||
" List ends here. Plugins become visible to Vim after this call.
|
" List ends here. Plugins become visible to Vim after this call.
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
" Personal preference stuff
|
||||||
|
set number
|
||||||
|
set tabstop=4
|
||||||
|
set smartcase
|
||||||
|
|
||||||
" Syntax and some plugins
|
" Syntax and some plugins
|
||||||
:filetype plugin on
|
:filetype plugin on
|
||||||
:syntax on
|
:syntax on
|
||||||
|
@ -32,13 +32,13 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
xsetroot -cursor_name left_ptr &
|
#xsetroot -cursor_name left_ptr &
|
||||||
setxkbmap it
|
setxkbmap it
|
||||||
# set in xresources
|
# set in xresources
|
||||||
#xrandr --dpi 157
|
xrandr --dpi 157
|
||||||
nitrogen --restore &
|
#nitrogen --restore &
|
||||||
polybar -r vantagev1 &
|
#polybar -r vantagev1 &
|
||||||
dhcpcd-gtk &
|
#dhcpcd-gtk &
|
||||||
devmon &
|
#devmon &
|
||||||
exec bspwm
|
exec awesome
|
||||||
|
|
||||||
|
9
startw
9
startw
@ -66,13 +66,16 @@ done
|
|||||||
|
|
||||||
# Enable wayland native support
|
# Enable wayland native support
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
#export MOZ_ENABLE_WAYLAND=1
|
# Breaks gtk dialog box as of 10-04-2020
|
||||||
|
# export MOZ_ENABLE_WAYLAND=1
|
||||||
|
export MOZ_WEBRENDER=1
|
||||||
export SDL_VIDEODRIVER=wayland
|
export SDL_VIDEODRIVER=wayland
|
||||||
export QT_QPA_PLATFORM=wayland-egl
|
export QT_QPA_PLATFORM=wayland-egl
|
||||||
export QT_WAYLAND_FORCE_DPI=physical
|
export QT_WAYLAND_FORCE_DPI=physical
|
||||||
export BEMENU_BACKEND=wayland
|
export BEMENU_BACKEND=wayland
|
||||||
# Set the hardware acceleration driver
|
# Set the hardware acceleration driver
|
||||||
export LIBVA_DRIVER_NAME=vdpau
|
export LIBVA_DRIVER_NAME=radeonsi
|
||||||
|
export VDPAU_DRIVER=radeonsi
|
||||||
# Set the default interface used by wpa_cli
|
# Set the default interface used by wpa_cli
|
||||||
export WPA_CLI_INTERFACE=wlp2s0
|
export WPA_CLI_INTERFACE=wlp2s0
|
||||||
# Set the editor
|
# Set the editor
|
||||||
@ -93,6 +96,8 @@ export BASH_COMPLETION_USER_FILE="$XDG_CONFIG_HOME"/bash-completion/bash_complet
|
|||||||
export CARGO_HOME="$XDG_DATA_HOME"/cargo
|
export CARGO_HOME="$XDG_DATA_HOME"/cargo
|
||||||
# Set user script dir
|
# Set user script dir
|
||||||
export SCRIPT_DIR="$XDG_CONFIG_HOME"/scripts
|
export SCRIPT_DIR="$XDG_CONFIG_HOME"/scripts
|
||||||
|
# Ignore same input in histroy
|
||||||
|
export HISTCONTROL=ignoreboth
|
||||||
|
|
||||||
# Do NOT uncomment this, breaks stuff
|
# Do NOT uncomment this, breaks stuff
|
||||||
# export GDK_BACKEND=wayland
|
# export GDK_BACKEND=wayland
|
||||||
|
Loading…
Reference in New Issue
Block a user