joplin, polybar and i3wm config update
This commit is contained in:
@@ -32,6 +32,7 @@ floating_modifier $mod
|
||||
# start a terminal
|
||||
# bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec konsole
|
||||
bindsym $mod+c exec konsole
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
@@ -97,7 +98,7 @@ bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
# focus the child container
|
||||
#bindsym $mod+d focus child
|
||||
bindsym $mod+Shift+a focus child
|
||||
|
||||
# Define names for default workspaces for which we configure key bindings later on.
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
@@ -172,10 +173,10 @@ bindsym $mod+r mode "resize"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
font pango:DejaVu Sans Mono 9
|
||||
status_command i3status
|
||||
}
|
||||
#bar {
|
||||
# font pango:DejaVu Sans Mono 9
|
||||
# status_command i3status
|
||||
#}
|
||||
|
||||
## RENATO ##
|
||||
|
||||
@@ -196,6 +197,10 @@ bindsym $mod+Shift+bar scratchpad show
|
||||
bindsym $mod+comma move scratchpad
|
||||
bindsym $mod+period scratchpad show
|
||||
|
||||
# XKBOPTIONS compose key
|
||||
exec_always --no-startup-id setxkbmap -option "compose:menu"
|
||||
|
||||
|
||||
# Pulse Audio controls
|
||||
# bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
|
||||
# bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
|
||||
@@ -221,11 +226,21 @@ bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
### EXEC ###
|
||||
|
||||
# Polybar
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
|
||||
# Tapping Enabled
|
||||
#exec_always xinput set-prop "SynPS/2 Synaptics TouchPad" 302 1
|
||||
exec_always xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1
|
||||
|
||||
# KDE Connect
|
||||
#exec kdeconnect-indicator
|
||||
#exec_always --no-startup-id killall -9 kdeconnectd
|
||||
#exec_always --no-startup-id /usr/lib/libexec/kdeconnectd -platform offscreen
|
||||
#exec --no-startup-id kdeconnect-indicator
|
||||
|
||||
# Joplin
|
||||
exec --no-startup-id /home/renato/.joplin/Joplin.AppImage
|
||||
|
||||
# Mattermost Desktop
|
||||
#exec /opt/Mattermost/mattermost-desktop --hidden
|
||||
@@ -240,15 +255,16 @@ exec_always xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabl
|
||||
exec --no-startup-id feh --bg-scale ~/src/wallpapers/default.jpg
|
||||
|
||||
# NetworkManager Tray Icon
|
||||
#exec nm-tray
|
||||
exec --no-startup-id nm-tray
|
||||
|
||||
# Window Rules
|
||||
|
||||
assign [title="Área de Trabalho — Plasma"] 0
|
||||
for_window [class="plasmashell"] floating enable, border none
|
||||
for_window [class="(?i)skype"] floating enable, border none
|
||||
for_window [class="(?i)galculator"] floating enable
|
||||
|
||||
|
||||
#for_window [class="Firefox"] border none
|
||||
|
||||
# Float by type
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
@@ -260,7 +276,10 @@ for_window [window_type="menu"] floating enable
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
|
||||
#bindsym $mod+m exec i3-msg focus_follows_mouse no
|
||||
#bindsym $mod+Shift+m exec i3-msg focus_follows_mouse yes
|
||||
|
||||
|
||||
#---( focus related )---)
|
||||
#focus_follows_mouse no
|
||||
|
||||
@@ -270,6 +289,8 @@ no_focus [window_type="notification"]
|
||||
|
||||
# focus_on_window_activation none
|
||||
|
||||
exec_always --no-startup-id compton -b
|
||||
#exec_always --no-startup-id compton -b
|
||||
exec_always --no-startup-id compton --config /dev/null --backend glx --vsync opengl -i=0.5 -f -m 0.9 -e 0.5 -D 6
|
||||
|
||||
###
|
||||
|
||||
### FIM ###
|
||||
|
||||
Reference in New Issue
Block a user