mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
added extra configurations
This commit is contained in:
parent
d2d7738d65
commit
bcdb3419af
13 changed files with 30 additions and 12 deletions
|
@ -1 +1 @@
|
|||
2110694
|
||||
1086
|
||||
|
|
2
config/mpv/input.conf
Normal file
2
config/mpv/input.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
r cycle_values video-rotate 90 180 270 0
|
||||
|
|
@ -43,3 +43,4 @@ TagLib: Could not open file /hd1/Music/Hardcore/HARDCORE SYNDROME 15/01. Srav3R
|
|||
TagLib: Could not open file /hd1/Music/Hardcore/HARDCORE SYNDROME 15/12. USAO - Punish.mp3
|
||||
TagLib: Could not open file /hd1/Music/Hardcore/HARDCORE SYNDROME 15/12. USAO - Punish.mp3
|
||||
TagLib: Could not open file /hd1/Music/Hardcore/HARDCORE SYNDROME 15/12. USAO - Punish.mp3
|
||||
regexSearch: bad_expression: Unmatched [ or [^ in character class declaration. The error occurred while parsing the regular expression: '[B>>>HERE>>>'.
|
||||
|
|
|
@ -253,7 +253,7 @@ opacity-rule = [
|
|||
|
||||
blur: {
|
||||
# requires: https://github.com/ibhagwan/picom
|
||||
method = "kawase";
|
||||
method = "none";
|
||||
#method = "kernel";
|
||||
strength = 0;
|
||||
# deviation = 1.0;
|
||||
|
|
|
@ -55,7 +55,6 @@ configuration {
|
|||
/* window-format: "{w} {c} {t}";*/
|
||||
/* click-to-exit: true;*/
|
||||
/* show-match: true;*/
|
||||
theme: "colors-rofi-dark";
|
||||
/* color-normal: ;*/
|
||||
/* color-urgent: ;*/
|
||||
/* color-active: ;*/
|
||||
|
@ -150,3 +149,5 @@ configuration {
|
|||
/* me-accept-entry: "MouseDPrimary";*/
|
||||
/* me-accept-custom: "Control+MouseDPrimary";*/
|
||||
}
|
||||
@theme "colors-rofi-dark"
|
||||
|
||||
|
|
|
@ -75,8 +75,9 @@ super + shift + s
|
|||
$HOME/.scripts/screenshot_fs
|
||||
super + ctrl + s
|
||||
$HOME/.scripts/screenshot_floating
|
||||
|
||||
# lock screen
|
||||
super + alt + l
|
||||
super + ctrl + l
|
||||
$HOME/.scripts/lock
|
||||
|
||||
# power menu
|
||||
|
@ -144,9 +145,11 @@ super + alt + s
|
|||
super + period
|
||||
.scripts/calculator
|
||||
|
||||
# web search
|
||||
# file search and open
|
||||
super + slash
|
||||
~/.scripts/websearch
|
||||
bspc rule -a \* -o state=floating && $TERMINAL -e ~/.scripts/fzf_menu.sh
|
||||
shift + super + slash
|
||||
bspc rule -a \* -o state=floating && $TERMINAL -e ~/.scripts/fzf_menu.sh
|
||||
|
||||
# Calendar
|
||||
super + c
|
||||
|
|
|
@ -32,3 +32,5 @@ nnoremap <C-J> <C-W><C-J>
|
|||
nnoremap <C-K> <C-W><C-K>
|
||||
nnoremap <C-L> <C-W><C-L>
|
||||
nnoremap <C-H> <C-W><C-H>
|
||||
|
||||
nnoremap <F9> :w<Enter>:!"%:p"<Enter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue