Compare commits
2 commits
e889992c1a
...
5b79679d3c
Author | SHA1 | Date | |
---|---|---|---|
5b79679d3c | |||
0492d5c9ce |
2 changed files with 3 additions and 3 deletions
|
@ -423,7 +423,7 @@ It should only modify the values of Spacemacs settings."
|
|||
;; If non-nil unicode symbols are displayed in the mode line.
|
||||
;; If you use Emacs as a daemon and wants unicode characters only in GUI set
|
||||
;; the value to quoted `display-graphic-p'. (default t)
|
||||
dotspacemacs-mode-line-unicode-symbols t
|
||||
dotspacemacs-mode-line-unicode-symbols nil
|
||||
|
||||
;; If non-nil smooth scrolling (native-scrolling) is enabled. Smooth
|
||||
;; scrolling overrides the default behavior of Emacs which recenters point
|
||||
|
|
|
@ -182,10 +182,10 @@ exec --no-startup-id xsetroot -solid "#272822"
|
|||
exec --no-startup-id xfce4-power-manager
|
||||
#exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id bitwarden
|
||||
exec --no-startup-id bitwarden-desktop
|
||||
exec --no-startup-id steam -silent
|
||||
#exec --no-startup-id obs --startreplaybuffer
|
||||
exec --no-startup-id discord
|
||||
#exec --no-startup-id discord
|
||||
#exec --no-startup-id nheko
|
||||
|
||||
bindsym --release Print exec "aika=$(date +%s);paiva=$(date +%y-%m-%d);kansio=~/Kuvat/scrot;mkdir -p $kansio;filu=$kansio/kuvakaappaus$aika.png;import $filu;xclip -selection clipboard -t image/png -i $filu"
|
||||
|
|
Loading…
Reference in a new issue