mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
Added files
This commit is contained in:
parent
f0b9fdeecc
commit
e0ebddc160
7 changed files with 42 additions and 5 deletions
|
|
@ -30,7 +30,7 @@ font pango:monospace 10
|
|||
floating_modifier $mod
|
||||
|
||||
# Use tabbed layout mode
|
||||
workspace_layout tabbed
|
||||
# workspace_layout tabbed
|
||||
|
||||
# Disable mouse focus
|
||||
focus_follows_mouse no
|
||||
|
|
@ -42,7 +42,7 @@ exec numlockx
|
|||
# Clipboard manager
|
||||
exec parcellite
|
||||
# Background
|
||||
exec feh --bg-fill "/home/sechacklabs/Pictures/SHL/Nuevos Logos/logoSHLcommunity.png"
|
||||
exec feh --bg-fill '/home/sechacklabs/Pictures/SHL/Nuevos Logos/shl-fin.png'
|
||||
# Keyring daemon
|
||||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
# Battery icon, used to get notifications in battery critical level and more
|
||||
|
|
@ -56,7 +56,7 @@ exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||
bindsym $mod+Return exec xfce4-terminal
|
||||
|
||||
# Screen lock
|
||||
bindsym $mod+l exec "i3lock -e -u -t -i '/home/sechacklabs/Pictures/SHL/Nuevos Logos/logoSHLcommunity.png'"
|
||||
bindsym $mod+l exec i3lock -e -u -t -i '/home/sechacklabs/Pictures/SHL/Nuevos Logos/shl-fin.png'
|
||||
|
||||
# Gajim XMPP client
|
||||
bindsym $mod+x exec gajim
|
||||
|
|
@ -65,13 +65,14 @@ bindsym $mod+x exec gajim
|
|||
bindsym $mod+F3 exec pcmanfm
|
||||
|
||||
# Firefox
|
||||
bindsym $mod+f exec firefox
|
||||
# bindsym $mod+f exec firefox
|
||||
bindsym $mod+f exec firefox-nightly
|
||||
|
||||
# SMPlayer
|
||||
bindsym $mod+p exec vlc
|
||||
|
||||
# Signal Desktop
|
||||
# bindsym $mod+s exec signal-desktop # uninstalled because the electron shit
|
||||
# bindsym $mod+s exec "signal-desktop --disable-gpu"
|
||||
|
||||
# Discord
|
||||
bindsym $mod+d exec discord
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue