This commit is contained in:
Marco Thomas
2020-11-02 18:01:03 +01:00
parent 8d20316114
commit ad6bae8f41
4 changed files with 7 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
## Programs
+ Editor: nvim
+ Image-Viewer: viewnior
+ Image-Viewer: sxiv
+ Info: [fet.sh](https://github.com/6gk/fet.sh) and neofetch
+ Launcher: dmenu
+ Pdf-Viewer: epdfview or zathura
@@ -22,7 +22,8 @@
+ [vim-plug](https://github.com/junegunn/vim-plug)
+ fzf
+ xdotool, yad
+ xdotool + yad: Calendar-Widget
+ fcitx + mozc: Japanese Keyboard
### Nvim LSP

View File

@@ -161,7 +161,7 @@ bindsym $mod+Ctrl+l move workspace to output right
new_window 1pixel
# Set Border
for_window [class="^.*"] border pixel 2
for_window [class="^.*"] border pixel 1
for_window [class="firefox"] border pixel 0
for_window [class="Firefox"] border pixel 0
for_window [class="discord"] border pixel 0
@@ -188,6 +188,8 @@ exec export GTK_IM_MODULE=fcitx
exec export QT_IM_MODULE=fcitx
exec export XMODIFIERS=@im=fcitx
exec fcitx
exec nextcloud
exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png
exec dunst
exec picom

View File

View File

@@ -19,6 +19,7 @@ font-3 = "Wuncon Siji:size=7;1"
height = 27px
width = 100%
module-margin-right = 2
module-margin-left = 2