Compare commits
5 commits
186fe3618a
...
aaa84bbc69
Author | SHA1 | Date | |
---|---|---|---|
aaa84bbc69 | |||
8f834f123b | |||
a4bd079e6f | |||
1a1820f180 | |||
ae019aa320 |
2 changed files with 7 additions and 7 deletions
|
@ -54,9 +54,10 @@ hc keybind $Mod-Tab spawn rofi -show combi
|
||||||
hc keybind $Mod-Return spawn es
|
hc keybind $Mod-Return spawn es
|
||||||
hc keybind $Mod-Control-Return spawn ~/.emacs_anywhere/bin/run
|
hc keybind $Mod-Control-Return spawn ~/.emacs_anywhere/bin/run
|
||||||
hc keybind $Mod-t spawn es -e '(vterm)'
|
hc keybind $Mod-t spawn es -e '(vterm)'
|
||||||
|
hc keybind $Mod-Shift-t spawn alacritty
|
||||||
hc keybind $Mod-b spawn qutebrowser
|
hc keybind $Mod-b spawn qutebrowser
|
||||||
hc keybind $Mod-v spawn pavucontrol-qt
|
hc keybind $Mod-v spawn pavucontrol
|
||||||
hc keybind $Mod-Control-b spawn firefox-developer-edition
|
hc keybind $Mod-Control-b spawn firefox
|
||||||
hc keybind $Mod-Control-t spawn es -e '(eshell)'
|
hc keybind $Mod-Control-t spawn es -e '(eshell)'
|
||||||
hc keybind $Mod-Control-m spawn es -e '(mu4e)'
|
hc keybind $Mod-Control-m spawn es -e '(mu4e)'
|
||||||
hc keybind $Mod-Control-e spawn es -e '(elfeed)'
|
hc keybind $Mod-Control-e spawn es -e '(elfeed)'
|
||||||
|
@ -130,6 +131,9 @@ hc keybind $Mod-space
|
||||||
or , and . compare tags.focus.curframe_wcount = 2 \
|
or , and . compare tags.focus.curframe_wcount = 2 \
|
||||||
. cycle_layout +1 vertical horizontal max vertical grid \
|
. cycle_layout +1 vertical horizontal max vertical grid \
|
||||||
, cycle_layout +1
|
, cycle_layout +1
|
||||||
|
# Adjust display output
|
||||||
|
hc keybind $Mod-d spawn ~/dotfiles/scripts/hlwm-display-switch.sh i
|
||||||
|
hc keybind $Mod-Shift-d spawn ~/dotfiles/scripts/hlwm-display-switch.sh e
|
||||||
|
|
||||||
# mouse
|
# mouse
|
||||||
hc mouseunbind --all
|
hc mouseunbind --all
|
||||||
|
|
|
@ -11,11 +11,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set path to oh-my-zsh installation.
|
# Set path to oh-my-zsh installation.
|
||||||
if [[ "$USER" == "ftu15" ]]; then
|
export ZSH=$HOME/.oh-my-zsh
|
||||||
export ZSH=/users/student1/ftu15/.oh-my-zsh
|
|
||||||
else
|
|
||||||
export ZSH=/home/$USER/.oh-my-zsh
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Set name of the theme to load.
|
# Set name of the theme to load.
|
||||||
# Look in ~/.oh-my-zsh/themes/
|
# Look in ~/.oh-my-zsh/themes/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue