slight update

This commit is contained in:
2021-04-24 20:51:51 +02:00
parent 783f611138
commit 4bb5980cf8
5 changed files with 18 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
gap=15 gap=7
PANEL_HEIGHT=27 PANEL_HEIGHT=27
export gap export gap
export PANEL_HEIGHT 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 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 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 • • • • • • • • • •
#bspc monitor -d I II III IV V VI #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 ##Autostart apps
#Keybindings daemon #Keybindings daemon
#sxhkd & sxhkd &
#Source autostartfile. Uncomment this if you use bspwm-git #Source autostartfile. Uncomment this if you use bspwm-git
#. $HOME/.config/bspwm/autostart . $HOME/.config/bspwm/autostart

View File

@@ -23,6 +23,9 @@
#define nord14 #A3BE8C #define nord14 #A3BE8C
#define nord15 #B48EAD #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 *.foreground: nord4
*.background: nord0 *.background: nord0
*.cursorColor: nord4 *.cursorColor: nord4

View File

@@ -390,7 +390,7 @@ menu-2-1-exec = menu-open-0
[module/rofi] [module/rofi]
type = custom/script type = custom/script
click-left = rofimenu click-left = rofi -modi drun,run,window,calc -show drun
label = M label = M
[settings] [settings]

View File

@@ -2,7 +2,7 @@
# #
# Cleanly quit bspwm # Cleanly quit bspwm
super + shift + q super + shift + q
bspc quit 1 && pkill lemonpanel && pkill lemonbar bspc quit 1 && pkill polybar
# Show keybindings # Show keybindings
super + F1 super + F1
@@ -253,21 +253,21 @@ super + space
# Triggered by jus tapping super # Triggered by jus tapping super
super + shift + space super + shift + space
rofi -show rofi -show run
#super + p #super + p
# dmenu_recent -h $PANEL_HEIGHT -fn 'xos4 Terminus:size=15' -i # dmenu_recent -h $PANEL_HEIGHT -fn 'xos4 Terminus:size=15' -i
super + shift + Return super + shift + Return
default-terminal urxvt
super + z super + z
default-terminal alacritty
super + shift + z super + shift + z
open-terminal-here open-terminal-here
super + r super + r
rofi-finder.sh rofi -modi drun,run,window,calc -show drun
super + shift + b super + shift + b
$BROWSER $BROWSER

View File

@@ -1,6 +1,11 @@
source ~/.zplug/init.zsh source ~/.zplug/init.zsh
source ~/.aliases source ~/.aliases
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
setopt INC_APPEND_HISTORY_TIME
zplug "plugins/git", from:oh-my-zsh zplug "plugins/git", from:oh-my-zsh
zplug "plugins/colored-man-pages", from:oh-my-zsh zplug "plugins/colored-man-pages", from:oh-my-zsh
zplug "plugins/command-not-found", from:oh-my-zsh zplug "plugins/command-not-found", from:oh-my-zsh