mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 14:23:32 +01:00
feat: added bitwarden
This commit is contained in:
parent
2abe975470
commit
55f777e6bc
@ -3,7 +3,7 @@
|
|||||||
enable_image_support = true
|
enable_image_support = true
|
||||||
history_file = "/home/mastermindzh/.cache/greenclip.history"
|
history_file = "/home/mastermindzh/.cache/greenclip.history"
|
||||||
image_cache_directory = "/tmp/greenclip"
|
image_cache_directory = "/tmp/greenclip"
|
||||||
max_history_length = 25
|
max_history_length = 50
|
||||||
max_selection_size_bytes = 0
|
max_selection_size_bytes = 0
|
||||||
static_history = []
|
static_history = []
|
||||||
trim_space_from_selection = true
|
trim_space_from_selection = true
|
||||||
|
@ -158,7 +158,7 @@ format-foreground = ${colors.alert}
|
|||||||
|
|
||||||
[module/tidal]
|
[module/tidal]
|
||||||
type=custom/script
|
type=custom/script
|
||||||
interval = 5
|
interval = 1
|
||||||
; format-prefix="🎵 "
|
; format-prefix="🎵 "
|
||||||
format-prefix=" "
|
format-prefix=" "
|
||||||
format-prefix-foreground = ${colors.tidal}
|
format-prefix-foreground = ${colors.tidal}
|
||||||
|
1
dependencies/aur.txt
vendored
1
dependencies/aur.txt
vendored
@ -1,6 +1,5 @@
|
|||||||
visual-studio-code-bin
|
visual-studio-code-bin
|
||||||
i3blocks-contrib
|
i3blocks-contrib
|
||||||
enpass-bin
|
|
||||||
insync
|
insync
|
||||||
ttf-font-awesome-4
|
ttf-font-awesome-4
|
||||||
awesome-terminal-fonts-git
|
awesome-terminal-fonts-git
|
||||||
|
1
dependencies/pacman.txt
vendored
1
dependencies/pacman.txt
vendored
@ -102,3 +102,4 @@ polybar
|
|||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
autorandr
|
autorandr
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
|
bitwarden
|
||||||
|
@ -248,7 +248,7 @@ for_window [class="Sysmontask"] resize set 930 665
|
|||||||
# Workspace specific tools #
|
# Workspace specific tools #
|
||||||
# Use xprop to determine class #
|
# Use xprop to determine class #
|
||||||
############################################
|
############################################
|
||||||
# assign [class="Enpass"] $workspace12 # moves all windows... including the browser popup
|
assign [class="Bitwarden"] $workspace12 # moves all windows... including the browser popup
|
||||||
assign [class="VirtualBox Machine"] $workspace11
|
assign [class="VirtualBox Machine"] $workspace11
|
||||||
|
|
||||||
# database stuff
|
# database stuff
|
||||||
@ -328,7 +328,7 @@ exec_always feh --bg-scale $(find ~/Pictures/wallpapers/ -type f -name "*" | shu
|
|||||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||||
exec_always --no-startup-id "autorandr --change"
|
exec_always --no-startup-id "autorandr --change"
|
||||||
exec --no-startup-id i3-msg 'workspace $workspace2; exec xfce4-terminal' && i3-msg 'workspace $workspace1'
|
exec --no-startup-id i3-msg 'workspace $workspace2; exec xfce4-terminal' && i3-msg 'workspace $workspace1'
|
||||||
exec --no-startup-id i3-msg 'workspace $workspace12; exec enpass'
|
exec --no-startup-id i3-msg 'workspace $workspace12; exec bitwarden-desktop'
|
||||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id blueman-applet
|
exec --no-startup-id blueman-applet
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# start Google Drive client
|
# start Google Drive client
|
||||||
insync start
|
insync start
|
||||||
|
|
||||||
# Wait for the programs to start then remove attention (e.g red blinking)
|
# Wait for the programs to start then remove attention (e.g red blinking)
|
||||||
sleep 1
|
# sleep 1
|
||||||
wmctrl -r "Enpass" -b remove,demands_attention
|
# wmctrl -r "Enpass" -b remove,demands_attention
|
||||||
|
|
||||||
|
|
||||||
# Start gkraken if the command exists
|
# Start gkraken if the command exists
|
||||||
if command -v gkraken &> /dev/null
|
if command -v gkraken &>/dev/null; then
|
||||||
then
|
gkraken --hide-window &
|
||||||
gkraken --hide-window &
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user