Bigger Sway gaps, NCMPCPP for music

This commit is contained in:
Alex Palaistras 2023-01-19 16:51:42 +00:00
parent e605313e77
commit ec2590a0e8
5 changed files with 36 additions and 13 deletions

View File

@ -2,8 +2,8 @@ window:
decorations: none
decorations_theme_variant: dark
padding:
x: 10
y: 10
x: 20
y: 20
font:
size: 19

View File

@ -11,9 +11,7 @@ set {
$code 2:code
$cmd 3:cmd
$chat 4:chat
$media 5:media
$games 6:games
$misc 7:misc
$misc 5:misc
}
# Mode aliases.
@ -161,18 +159,14 @@ bindsym --to-code {
$mod+2 workspace $code
$mod+3 workspace $cmd
$mod+4 workspace $chat
$mod+5 workspace $media
$mod+6 workspace $games
$mod+7 workspace $misc
$mod+5 workspace $misc
# Move focused window to workspace.
$mod+Shift+1 move container to workspace $www
$mod+Shift+2 move container to workspace $code
$mod+Shift+3 move container to workspace $cmd
$mod+Shift+4 move container to workspace $chat
$mod+Shift+5 move container to workspace $media
$mod+Shift+6 move container to workspace $games
$mod+Shift+7 move container to workspace $misc
$mod+Shift+5 move container to workspace $misc
# Window manager.
$mod+q kill
@ -239,7 +233,7 @@ output * bg ~/.config/sway/default-bg fill
default_border pixel 3
default_floating_border pixel 3
hide_edge_borders --i3 smart
gaps inner 10
gaps inner 20
smart_gaps on
# Color names.

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="thunar" version="1.0">
<property name="last-view" type="string" value="ThunarIconView"/>
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_200_PERCENT"/>
<property name="last-window-maximized" type="bool" value="false"/>
<property name="misc-single-click" type="bool" value="false"/>
<property name="shortcuts-icon-size" type="string" value="THUNAR_ICON_SIZE_32"/>
<property name="tree-icon-size" type="string" value="THUNAR_ICON_SIZE_24"/>
<property name="last-separator-position" type="int" value="289"/>
<property name="last-menubar-visible" type="bool" value="false"/>
<property name="last-side-pane" type="string" value="void"/>
<property name="last-statusbar-visible" type="bool" value="false"/>
<property name="last-toolbar-item-order" type="string" value="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17"/>
<property name="last-toolbar-visible-buttons" type="string" value="1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0"/>
<property name="last-window-width" type="int" value="910"/>
<property name="last-window-height" type="int" value="820"/>
</channel>

View File

@ -1,9 +1,10 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Emacs
GenericName=File Viewer
Comment=View files with Emacs
Exec=emacsclient --socket-name=main --alternate-editor=emacs --create-frame %F
Type=Application
Terminal=false
StartupWMClass=Emacs
NoDisplay=true

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=NCMPCpp
GenericName=Music Player
Comment=Play Music with MPD
Exec=ncmpcpp
Icon=audio-x-generic
Terminal=true
Categories=ConsoleOnly;Audio