fixed nextcloud login?
This commit is contained in:
parent
573247f456
commit
e2aadd0194
|
@ -194,7 +194,7 @@ font pango:DejaVu Sans Mono 8
|
|||
#screenshot everything with mod+s, current window with mod+shift+s, selection with mod+ctrl+s
|
||||
bindsym $mod+s exec --no-startup-id "maim ~/Pictures/$(date +%s).png; notify-send --expire-time=1000 'Whole-desktop screenshot taken'"
|
||||
bindsym $mod+shift+s exec --no-startup-id "maim -i $(xdotool getactivewindow) ~/Pictures/$(date +%s).png; notify-send --expire-time=1000 'Window screenshot taken'"
|
||||
bindsym $mod+ctrl+s exec --no-startup-id "maim -s ~/Pictures/$(date +%s).png; notify-send --expire-time=1000 'Whole-desktop screenshot taken'"
|
||||
bindsym $mod+ctrl+s exec --no-startup-id "maim -s ~/Pictures/$(date +%s).png; notify-send --expire-time=1000 'Selection screenshot taken'"
|
||||
|
||||
#colour picker with xcolor
|
||||
bindsym --release $mod+c exec --no-startup-id "xcolor -s"
|
||||
|
|
|
@ -5,4 +5,7 @@ export GTK_THEME=Adwaita:dark
|
|||
export GTK2_RC_FILES=/usr/share/themes/Adwaita-dark/gtk-2.0/gtkrc
|
||||
export QT_STYLE_OVERRIDE=adwaita-dark
|
||||
xrdb -merge ~/.Xresources
|
||||
#get gnome-keyring running
|
||||
dbus-update-activation-environment --all
|
||||
gnome-keyring-daemon --start --components=secrets
|
||||
i3
|
||||
|
|
Loading…
Reference in a new issue