Add wayland stuff
This commit is contained in:
parent
77c58e5f98
commit
1b096b242a
7 changed files with 34 additions and 53 deletions
|
@ -81,6 +81,7 @@ bspc rule -a 'Zathura' state='tiled'
|
|||
bspc rule -a 'firefox' desktop='web'
|
||||
bspc rule -a 'qutebrowser' desktop='web'
|
||||
bspc rule -a 'Gcr-prompter' desktop='web'
|
||||
bspc rule -a 'KeePassXC:keepassxc:Unlock Database - KeePassXC' desktop='web'
|
||||
|
||||
bspc rule -a 'qutebrowser:kiosk' follow='true' desktop='side-view' state='fullscreen'
|
||||
bspc rule -a 'firefox:Toolkit' follow='true' desktop='side-view' state='fullscreen'
|
||||
|
|
|
@ -31,10 +31,14 @@ export EDITOR='/usr/bin/vim'
|
|||
|
||||
export GOPATH="$XDG_DATA_HOME/go"
|
||||
|
||||
_hostname=$(cat /proc/sys/kernel/hostname)
|
||||
export HOSTNAME="$_hostname"
|
||||
|
||||
export KUBECONFIG="$HOME/.kube/config"
|
||||
|
||||
export MAILCAPS="$XDG_CONFIG_HOME/mailcap/mailcaprc"
|
||||
export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"
|
||||
_makeflags=$(grep -c ^processor /proc/cpuinfo)
|
||||
export MAKEFLAGS="-j$_makeflags"
|
||||
export MARKPATH="$XDG_CONFIG_HOME/zsh/jump_marks"
|
||||
export MENU="bemenu"
|
||||
|
||||
|
@ -46,8 +50,11 @@ export OSH="$XDG_CONFIG_HOME/bash/oh-my-bash"
|
|||
export PASSWORD_STORE_GENERATED_LENGTH='64'
|
||||
export PATH="$HOME/.local/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:$GOPATH/bin:$HOME/.cargo/bin"
|
||||
|
||||
export QT_QPA_PLATFORM="wayland;xcb"
|
||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
|
||||
#export SDL_VIDEODRIVER="wayland"
|
||||
|
||||
export TERMINAL="alacritty"
|
||||
|
||||
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
|
||||
|
|
|
@ -8,11 +8,11 @@ super + Return
|
|||
|
||||
# program launcher
|
||||
super + d
|
||||
rofi -show
|
||||
LANG=C rofi -show
|
||||
|
||||
# password manger
|
||||
super + p
|
||||
rofi-pass
|
||||
LANG=C rofi-pass
|
||||
|
||||
# make sxhkd reload its configuration files:
|
||||
super + Escape
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue