Merge branch 'main' of gitlab.com:blankinator/dotfiles
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
enable_filetree_gitstatus = true
|
||||
filemanager = "nerdtree"
|
||||
|
||||
bootstrap_before = "myspacevim#before"
|
||||
windows_leader = ''
|
||||
|
||||
|
||||
|
||||
# Enable autocomplete layer
|
||||
[[layers]]
|
||||
@@ -59,6 +63,9 @@ name = "denite"
|
||||
|
||||
[[layers]]
|
||||
name = "lang#latex"
|
||||
view_method = "zathura"
|
||||
view_general_viewer = "evince"
|
||||
|
||||
|
||||
[[layers]]
|
||||
name = "lang#python"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
keycode 66 = Mode_switch NoSymbol Mode_switch
|
||||
clear mod5
|
||||
add mod5 = ISO_Level3_Shift
|
||||
keycode 30 = u U udiaeresis Udiaeresis
|
||||
keycode 32 = o O odiaeresis Odiaeresis
|
||||
keycode 38 = a A adiaeresis Adiaeresis
|
||||
keycode 39 = s S ssharp ssharp
|
||||
keycode 50 = Shift_L Shift_Lock Shift_L
|
||||
keycode 62 = Shift_R Shift_Lock Shift_R
|
||||
Binary file not shown.
+1
-1
@@ -53,7 +53,7 @@ bindsym $mod+Shift+KP_2 exec $myTerm -e joplin
|
||||
bindsym $mod+Shift+KP_3 exec $myTerm -e cmus
|
||||
bindsym $mod+Shift+KP_4 exec $myTerm -e irssi
|
||||
bindsym $mod+Shift+KP_5 exec $myTerm -e rtorrent
|
||||
bindsym $mod+Shift+KP_6 exec $myTerm -e youtube-viewer
|
||||
bindsym $mod+ShiFT+KP_6 exec $myTerm -e youtube-viewer
|
||||
bindsym $mod+Shift+KP_7 exec $myTerm -e ncpamixer
|
||||
bindsym $mod+Shift+KP_8 exec $myTerm -e calcurse
|
||||
bindsym $mod+Shift+KP_9 exec $myTerm -e vim ~/.config/i3/config
|
||||
|
||||
@@ -29,3 +29,6 @@ unzip
|
||||
|
||||
hunspell-de
|
||||
gnome-keyring
|
||||
|
||||
xclip
|
||||
xorg-xwininfo
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
zsh
|
||||
tmux
|
||||
zsh-theme-powerline10k-git
|
||||
zsh-theme-powerlevel10k
|
||||
i3-gaps
|
||||
termite
|
||||
|
||||
@@ -26,7 +26,6 @@ seahorse
|
||||
ttf-icomoon-feather
|
||||
|
||||
nextcloud-client
|
||||
joplin-desktop
|
||||
brave-bin
|
||||
firefox
|
||||
thunderbird
|
||||
@@ -34,6 +33,9 @@ signal-desktop
|
||||
smplayer
|
||||
qbittorrent
|
||||
spotify
|
||||
qalculate
|
||||
qalculate-gtk
|
||||
evince
|
||||
okular
|
||||
|
||||
lightdm-webkit-theme-aether
|
||||
pamixer
|
||||
|
||||
+4
-1
@@ -3,7 +3,7 @@ docker-compose
|
||||
podman
|
||||
vagrant
|
||||
|
||||
postman
|
||||
postman-bin
|
||||
beekeeper-studio-bin
|
||||
code-insiders
|
||||
pycharm-professional
|
||||
@@ -12,3 +12,6 @@ mongodb-compass
|
||||
yarn
|
||||
npm
|
||||
|
||||
texlive-most
|
||||
texlive-latexindent-meta
|
||||
biber
|
||||
|
||||
@@ -5,5 +5,8 @@ xrdb -merge ~/.Xresources &
|
||||
|
||||
systemd-run --user --on-calendar=minutely --unit=polybar_auto_hide /usr/bin/polybar-msg cmd hide &
|
||||
|
||||
xset s 300 0 & xset s noblank & xset -dpms & xsetroot -solid black &
|
||||
xset s 300 0 &
|
||||
xset s noblank &
|
||||
xset -dpms &
|
||||
xsetroot -solid black &
|
||||
xset-root -solid black &
|
||||
|
||||
Reference in New Issue
Block a user