mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
slight update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
gap=15
|
||||
gap=7
|
||||
PANEL_HEIGHT=27
|
||||
export gap
|
||||
export PANEL_HEIGHT
|
||||
@@ -39,7 +39,7 @@ bspc config split_ratio 0.52
|
||||
|
||||
#bspc monitor -d i ii iii iv v vi vii viii ix x
|
||||
#bspc monitor -d One Two Three Four Five Six Seven Eight Nine Ten
|
||||
#bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
#bspc monitor -d • • • • • • • • • •
|
||||
#bspc monitor -d I II III IV V VI
|
||||
|
||||
@@ -108,7 +108,7 @@ bspc config external_rules_command /usr/bin/pseudo_automatic_mode
|
||||
|
||||
##Autostart apps
|
||||
#Keybindings daemon
|
||||
#sxhkd &
|
||||
sxhkd &
|
||||
#Source autostartfile. Uncomment this if you use bspwm-git
|
||||
#. $HOME/.config/bspwm/autostart
|
||||
. $HOME/.config/bspwm/autostart
|
||||
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
#define nord14 #A3BE8C
|
||||
#define nord15 #B48EAD
|
||||
|
||||
URxvt.font: xft:SauceCodePro Nerd Font:size=10:antialias=true:minspace=true
|
||||
URxvt.boldFont: xft:SauceCodePro Nerd Font:bold:size=10:antialias=true:minspace=true
|
||||
|
||||
*.foreground: nord4
|
||||
*.background: nord0
|
||||
*.cursorColor: nord4
|
||||
|
||||
@@ -390,7 +390,7 @@ menu-2-1-exec = menu-open-0
|
||||
|
||||
[module/rofi]
|
||||
type = custom/script
|
||||
click-left = rofimenu
|
||||
click-left = rofi -modi drun,run,window,calc -show drun
|
||||
label = M
|
||||
|
||||
[settings]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Cleanly quit bspwm
|
||||
super + shift + q
|
||||
bspc quit 1 && pkill lemonpanel && pkill lemonbar
|
||||
bspc quit 1 && pkill polybar
|
||||
|
||||
# Show keybindings
|
||||
super + F1
|
||||
@@ -253,21 +253,21 @@ super + space
|
||||
|
||||
# Triggered by jus tapping super
|
||||
super + shift + space
|
||||
rofi -show
|
||||
rofi -show run
|
||||
|
||||
#super + p
|
||||
# dmenu_recent -h $PANEL_HEIGHT -fn 'xos4 Terminus:size=15' -i
|
||||
|
||||
super + shift + Return
|
||||
default-terminal
|
||||
urxvt
|
||||
super + z
|
||||
default-terminal
|
||||
alacritty
|
||||
|
||||
super + shift + z
|
||||
open-terminal-here
|
||||
|
||||
super + r
|
||||
rofi-finder.sh
|
||||
rofi -modi drun,run,window,calc -show drun
|
||||
|
||||
super + shift + b
|
||||
$BROWSER
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
source ~/.zplug/init.zsh
|
||||
source ~/.aliases
|
||||
|
||||
HISTFILE=~/.zsh_history
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
setopt INC_APPEND_HISTORY_TIME
|
||||
|
||||
zplug "plugins/git", from:oh-my-zsh
|
||||
zplug "plugins/colored-man-pages", from:oh-my-zsh
|
||||
zplug "plugins/command-not-found", from:oh-my-zsh
|
||||
|
||||
Reference in New Issue
Block a user