This commit is contained in:
danijoo
2021-06-17 22:04:22 +02:00
parent 1c41c373da
commit 4a97890736
8 changed files with 75 additions and 56 deletions

View File

@@ -218,6 +218,11 @@ for_window [class="Toplevel"] floating enable
for_window [title="Figure*" instance="matplotlib"] floating enable
for_window [window_role="conversation" class="Pidgin"] floating enable
# use tiling mode only for main/chat Skype window and floating of all dialogs
# Skype main window title looks like this - "alexey.diyan - Skype™"
for_window [instance="skype" title="^.*?(?<!Skype™)$"] floating enable
for_window [instance="skype" title="Skype™|Call with|File Transfers"] floating disable
# Pulse Audio controls
bindsym --release XF86AudioLowerVolume exec --no-startup-id amixer sset Master 5%- #decrease sound volume
bindsym --release XF86AudioRaiseVolume exec --no-startup-id amixer sset Master 5%+ #increase sound volume
@@ -244,7 +249,7 @@ bindsym $mod+Shift+s exec --no-startup-id ~/.config/i3/scripts/change_monitor.sh
#exec feh --bg-fill /home/bauer/artistic/artistici2.png
#exec --no-startup-id xautolock -time 5 -locker 'i3lock -i ~/.lockscreen/`ls /home/bauer/lockscreens | shuf -n 1` -t -f'
#exec --no-startup-id thunderbird
#exec --no-startup-id skypeforlinux
#exec --no-startup-id skype
#exec --no-startup-id mattermost-desktop
#exec --no-startup-id nextcloud
#exec --no-startup-id nm-applet

View File

@@ -6,12 +6,14 @@
"installed_packages":
[
"Anaconda",
"ANSIescape",
"bioSyntax",
"Color Convert",
"Color Highlight",
"ColorPicker",
"Color Highlighter",
"CSV Record View",
"CWL Syntax Highlighting",
"Fortran",
"Git",
"gruvbox",
"Incomprehensible Ex",
"INI",
@@ -35,6 +37,6 @@
"SideBarEnhancements",
"Tabnine",
"Thesaurus",
"WordCount"
]
"WordCount",
],
}

View File

@@ -13,7 +13,7 @@
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_US.dic",
"font_face": "Hack for Powerline Regular",
"font_size": 13,
"font_size": 12,
"hot_exit": false,
"ignored_packages":
[
@@ -25,7 +25,11 @@
"Rust",
"Six",
"Vintage",
"Vintageous"
"Vintageous",
],
"ignored_words":
[
"crosslink"
],
"line_numbers": true,
"neovintageous_build_version": 11100,
@@ -55,5 +59,5 @@
"vintageous_use_ctrl_keys": false,
"vintageous_use_super_keys": false,
"word_wrap": false,
"wrap_width": 80
"wrap_width": 80,
}